Skip to content

Commit 626b8e6

Browse files
authored
[expr.prim.req.type] Add \tcode for void in comment (#8705)
1 parent 5d765ae commit 626b8e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3390,7 +3390,7 @@
33903390
typename T::inner; // required nested member name
33913391
typename S<T>; // required valid\iref{temp.names} \grammarterm{template-id}; fails if \tcode{T::type} does not exist as a type
33923392
// to which \tcode{0} can be implicitly converted
3393-
typename Ref<T>; // required alias template substitution, fails if \tcode{T} is void
3393+
typename Ref<T>; // required alias template substitution, fails if \tcode{T} is \tcode{void}
33943394
typename [:T::r1:]; // fails if \tcode{T::r1} is not a reflection of a type
33953395
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
33963396
};

0 commit comments

Comments
 (0)