Skip to content

Commit a5a086f

Browse files
committed
[meta.trans.other] Replace "(possibly cv) void" with just "cv void".
These two formulations mean the same thing.
1 parent cc393db commit a5a086f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/utilities.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15370,9 +15370,11 @@
1537015370

1537115371
\rSec2[meta.type.synop]{Header \tcode{<type_traits>} synopsis}
1537215372

15373-
\indexlibrary{\idxcode{is_nothrow_convertible_v}}%
1537415373
\indexhdr{type_traits}%
15374+
\indexlibrary{\idxcode{is_nothrow_convertible_v}}%
1537515375
\indexlibrary{\idxcode{type_identity_t}}%
15376+
\indexlibrary{\idxcode{common_reference_t}}%
15377+
% FIXME: Many index entries missing.
1537615378
\begin{codeblock}
1537715379
namespace std {
1537815380
// \ref{meta.help}, helper class
@@ -17005,7 +17007,7 @@
1700517007
&
1700617008
The member \grammarterm{typedef-name} \tcode{type} is defined or omitted
1700717009
as specified in Note C, below. Each type in the parameter pack \tcode{T} shall
17008-
be complete or (possibly \cv) \tcode{void}. \\ \rowsep
17010+
be complete or \cv{} \tcode{void}. \\ \rowsep
1700917011

1701017012
\indexlibrary{\idxcode{underlying_type}}%
1701117013
\tcode{template<class T>}\br

0 commit comments

Comments
 (0)