We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add_cv
1 parent 5438155 commit a007e04Copy full SHA for a007e04
source/meta.tex
@@ -1732,12 +1732,8 @@
1732
\indexlibraryglobal{add_cv}%
1733
\tcode{template<class T>\br
1734
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
-\\
+ The member typedef \tcode{type} denotes
+ \tcode{add_const_t<add_volatile_t<T>>}. \\
1741
\end{libreqtab2a}
1742
1743
\rSec3[meta.trans.ref]{Reference modifications}
0 commit comments