We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394a016 commit 2c1f16dCopy full SHA for 2c1f16d
source/limits.tex
@@ -25,10 +25,12 @@
25
\item%
26
Nesting levels of conditional inclusion\iref{cpp.cond} [256].
27
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].
+Pointer\iref{dcl.ptr},
+pointer-to-member\iref{dcl.mptr},
+array\iref{dcl.array}, and
+function\iref{dcl.fct}
32
+declarators (in any combination)
33
+modifying a type in a declaration [256].
34
35
Nesting levels of parenthesized expressions\iref{expr.prim.paren} within a full-expression [256].
36
0 commit comments