Skip to content

Commit 06013de

Browse files
jensmaurertkoeppe
authored andcommitted
[pairs.pair] Missed rename from U,V to U1,U2. (#2037)
1 parent ee3577b commit 06013de

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
@@ -719,8 +719,8 @@
719719
\begin{itemdescr}
720720
\pnum
721721
\effects
722-
Assigns to \tcode{first} with \tcode{std::forward<U>(p.first)}
723-
and to \tcode{second} with\\ \tcode{std::forward<V>(p.second)}.
722+
Assigns to \tcode{first} with \tcode{std::forward<U1>(p.first)}
723+
and to \tcode{second} with\\ \tcode{std::forward<U2>(p.second)}.
724724

725725
\pnum
726726
\remarks This operator shall not participate in overload resolution unless

0 commit comments

Comments
 (0)