Skip to content

Commit 96fad4c

Browse files
authored
[inplace.vector.overview] Remove spurious semicolon closing namespace std (#7566)
1 parent 0ac6f9d commit 96fad4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9713,7 +9713,7 @@
97139713
is_nothrow_move_constructible_v<T>))
97149714
{ x.swap(y); }
97159715
};
9716-
};
9716+
}
97179717
\end{codeblock}
97189718

97199719
\rSec3[inplace.vector.cons]{Constructors}

0 commit comments

Comments
 (0)