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 fbb1a6e commit 10e2799Copy full SHA for 10e2799
source/utilities.tex
@@ -1075,8 +1075,8 @@
1075
1076
\pnum
1077
\effects
1078
-Assigns to \tcode{first} with \tcode{std::forward<T1>(p.first)}
1079
-and to \tcode{second} with \tcode{std::forward<T2>(\brk{}p.second)}.
+Assigns \tcode{std::forward<T1>(p.first)} to \tcode{first} and
+\tcode{std::forward<T2>(p.second)} to \tcode{second}.
1080
1081
1082
\returns
@@ -1130,8 +1130,8 @@
1130
1131
1132
1133
-Assigns to \tcode{first} with \tcode{std::forward<U1>(p.first)}
1134
-and to \tcode{second} with\\ \tcode{std::forward<U2>(p.second)}.
+Assigns \tcode{std::forward<U1>(p.first)} \tcode{first} and
+\tcode{std::forward<U2>(p.second)} to \tcode{second}.
1135
1136
1137
0 commit comments