You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the <code>decltype</code> type was parsed. (See farther <ahref=#expressions>below</a> for
4940
4940
the encoding of expressions.)
4941
4941
4942
-
<pre><fontcolor="blue"><code> <decltype> ::= Dt <<ahref="#mangle.expression">expression</a>> E # decltype of an id-expression or class member access (C++0x)
4943
-
::= DT <<ahref="#mangle.expression">expression</a>> E # decltype of an expression (C++0x)
4942
+
<pre><fontcolor="blue"><code> <decltype> ::= Dt <<ahref="#mangle.expression">expression</a>> E # decltype of an id-expression or class member access (C++11)
4943
+
::= DT <<ahref="#mangle.expression">expression</a>> E # decltype of an expression (C++11)
4944
4944
</code></font></pre>
4945
4945
If the operand expression of <code>decltype</code> is not
0 commit comments