We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70550aa commit ae28126Copy full SHA for ae28126
source/lib-intro.tex
@@ -1447,7 +1447,7 @@
1447
1448
// Requires: lvalues of \tcode{T} shall be swappable.
1449
template <class T>
1450
-void lv_swap(T& t1 T& t2) {
+void lv_swap(T& t1, T& t2) {
1451
using std::swap;
1452
swap(t1, t2); // OK: uses swappable conditions for
1453
} // lvalues of type \tcode{T}
0 commit comments