Skip to content

Commit 2c1f16d

Browse files
burblebeetkoeppe
authored andcommitted
CWG2622 Compounding types from function and pointer-to-member types
1 parent 394a016 commit 2c1f16d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/limits.tex

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@
2525
\item%
2626
Nesting levels of conditional inclusion\iref{cpp.cond} [256].
2727
\item%
28-
Pointer\iref{dcl.ptr}, array\iref{dcl.array}, and function\iref{dcl.fct} declarators
29-
(in any combination)
30-
modifying a class, arithmetic,
31-
or incomplete type in a declaration [256].
28+
Pointer\iref{dcl.ptr},
29+
pointer-to-member\iref{dcl.mptr},
30+
array\iref{dcl.array}, and
31+
function\iref{dcl.fct}
32+
declarators (in any combination)
33+
modifying a type in a declaration [256].
3234
\item%
3335
Nesting levels of parenthesized expressions\iref{expr.prim.paren} within a full-expression [256].
3436
\item%

0 commit comments

Comments
 (0)