Skip to content

Commit 34efb74

Browse files
JohelEGPtkoeppe
authored andcommitted
[swappable.requirements] Merge example comment into one line (#1829)
Avoids having the comment over the closing brace.
1 parent 628ac3d commit 34efb74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/lib-intro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,8 +1681,8 @@
16811681
template <class T>
16821682
void lv_swap(T& t1, T& t2) {
16831683
using std::swap;
1684-
swap(t1, t2); // OK: uses swappable conditions for
1685-
} // lvalues of type \tcode{T}
1684+
swap(t1, t2); // OK: uses swappable conditions for lvalues of type \tcode{T}
1685+
}
16861686

16871687
namespace N {
16881688
struct A { int m; };

0 commit comments

Comments
 (0)