Skip to content

Commit f730879

Browse files
authored
[func.wrap.move.ctor] Fix typo naming template parameter packs (#5517)
1 parent 4bfa5dd commit f730879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12134,7 +12134,7 @@
1213412134
\constraints
1213512135
\begin{itemize}
1213612136
\item
12137-
\tcode{is_constructible_v<VT, initializer_list<U>\&, ArgTypes...>} is
12137+
\tcode{is_constructible_v<VT, initializer_list<U>\&, Args...>} is
1213812138
\tcode{true}, and
1213912139
\item
1214012140
\tcode{\exposid{is-callable-from}<VT>} is \tcode{true}.
@@ -12154,7 +12154,7 @@
1215412154
\ensures
1215512155
\tcode{*this} has a target object of type \tcode{VT}
1215612156
direct-non-list-initialized with
12157-
\tcode{ilist, std::for\-ward<ArgTypes>(args)...}.
12157+
\tcode{ilist, std::for\-ward<Args>(args)...}.
1215812158

1215912159
\pnum
1216012160
\throws

0 commit comments

Comments
 (0)