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 4bfa5dd commit f730879Copy full SHA for f730879
source/utilities.tex
@@ -12134,7 +12134,7 @@
12134
\constraints
12135
\begin{itemize}
12136
\item
12137
-\tcode{is_constructible_v<VT, initializer_list<U>\&, ArgTypes...>} is
+\tcode{is_constructible_v<VT, initializer_list<U>\&, Args...>} is
12138
\tcode{true}, and
12139
12140
\tcode{\exposid{is-callable-from}<VT>} is \tcode{true}.
@@ -12154,7 +12154,7 @@
12154
\ensures
12155
\tcode{*this} has a target object of type \tcode{VT}
12156
direct-non-list-initialized with
12157
-\tcode{ilist, std::for\-ward<ArgTypes>(args)...}.
+\tcode{ilist, std::for\-ward<Args>(args)...}.
12158
12159
\pnum
12160
\throws
0 commit comments