We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d765ae commit 626b8e6Copy full SHA for 626b8e6
1 file changed
source/expressions.tex
@@ -3390,7 +3390,7 @@
3390
typename T::inner; // required nested member name
3391
typename S<T>; // required valid\iref{temp.names} \grammarterm{template-id}; fails if \tcode{T::type} does not exist as a type
3392
// to which \tcode{0} can be implicitly converted
3393
- typename Ref<T>; // required alias template substitution, fails if \tcode{T} is void
+ typename Ref<T>; // required alias template substitution, fails if \tcode{T} is \tcode{void}
3394
typename [:T::r1:]; // fails if \tcode{T::r1} is not a reflection of a type
3395
typename [:T::r2:]<int>; // fails if \tcode{T::r2} is not a reflection of a template \tcode{Z} for which \tcode{Z<int>} is a type
3396
};
0 commit comments