Skip to content

Commit 0678f99

Browse files
committed
[meta.rel] Add parentheses for consistency
Parentheses are used for is_pointer_interconvertible_base_of.
1 parent 01f07dd commit 0678f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@
14191419
without regard to cv-qualifiers &
14201420
If \tcode{Base} and
14211421
\tcode{Derived} are non-union class types and are
1422-
not possibly cv-qualified versions of the same type,
1422+
not (possibly cv-qualified versions of) the same type,
14231423
\tcode{Derived} shall be a complete
14241424
type.
14251425
\begin{tailnote}

0 commit comments

Comments
 (0)