Skip to content

Commit a92cdcb

Browse files
jensmaurertkoeppe
authored andcommitted
[vector.cons] vector(const Allocator&) should be noexcept (#2182)
This fixes an oversight in the wording of "N4258: Cleaning‐up noexcept in the Library", which updated the overview, but not the description.
1 parent 52c379b commit a92cdcb

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
@@ -5274,7 +5274,7 @@
52745274

52755275
\indexlibrary{\idxcode{vector}!constructor}
52765276
\begin{itemdecl}
5277-
explicit vector(const Allocator&);
5277+
explicit vector(const Allocator&) noexcept;
52785278
\end{itemdecl}
52795279

52805280
\begin{itemdescr}

0 commit comments

Comments
 (0)