Skip to content

Commit 90c486f

Browse files
jensmaurertkoeppe
authored andcommitted
[any.assign] Rename T to VT. (#1448)
These renames were overlooked in commit 8b1f6cc. Fixes #1443.
1 parent 3b5c2d7 commit 90c486f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/utilities.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5636,12 +5636,12 @@
56365636
\pnum
56375637
\remarks
56385638
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}.
5639+
\tcode{VT} is not the same type as \tcode{any} and
5640+
\tcode{is_copy_constructible_v<VT>} is \tcode{true}.
56415641

56425642
\pnum
56435643
\throws
5644-
Any exception thrown by the selected constructor of \tcode{T}.
5644+
Any exception thrown by the selected constructor of \tcode{VT}.
56455645
\end{itemdescr}
56465646

56475647
\rSec3[any.modifiers]{Modifiers}

0 commit comments

Comments
 (0)