Skip to content

Commit a007e04

Browse files
[tab:meta.trans.cv] Revert changes of add_cv
1 parent 5438155 commit a007e04

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

source/meta.tex

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,12 +1732,8 @@
17321732
\indexlibraryglobal{add_cv}%
17331733
\tcode{template<class T>\br
17341734
struct add_cv;} &
1735-
The member typedef \tcode{type} denotes \tcode{const volatile T}.
1736-
\begin{tailnote}
1737-
\keyword{const} or \keyword{volatile} has no effect when \tcode{T} is a
1738-
reference, function, or top-level const- or volatile-qualified type, respectively.
1739-
\end{tailnote}
1740-
\\
1735+
The member typedef \tcode{type} denotes
1736+
\tcode{add_const_t<add_volatile_t<T>>}. \\
17411737
\end{libreqtab2a}
17421738

17431739
\rSec3[meta.trans.ref]{Reference modifications}

0 commit comments

Comments
 (0)