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.
1 parent 3b5c2d7 commit 90c486fCopy full SHA for 90c486f
source/utilities.tex
@@ -5636,12 +5636,12 @@
5636
\pnum
5637
\remarks
5638
This operator shall not participate in overload resolution unless
5639
-\tcode{T} is not the same type as \tcode{any} and
5640
-\tcode{is_copy_constructible_v<T>} is \tcode{true}.
+\tcode{VT} is not the same type as \tcode{any} and
+\tcode{is_copy_constructible_v<VT>} is \tcode{true}.
5641
5642
5643
\throws
5644
-Any exception thrown by the selected constructor of \tcode{T}.
+Any exception thrown by the selected constructor of \tcode{VT}.
5645
\end{itemdescr}
5646
5647
\rSec3[any.modifiers]{Modifiers}
0 commit comments