Skip to content

Commit 9eb92bf

Browse files
jensmaurertkoeppe
authored andcommitted
[flat.set.modifiers] Remove stray 'return' in Effects clause
1 parent 47d3846 commit 9eb92bf

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
@@ -16683,7 +16683,7 @@
1668316683
If the set already contains an element equivalent to \tcode{x},
1668416684
\tcode{*this} and \tcode{x} are unchanged.
1668516685
Otherwise,
16686-
inserts a new element as if by: \tcode{return emplace(std::forward<K>(x));}.
16686+
inserts a new element as if by \tcode{emplace(std::forward<K>(x))}.
1668716687

1668816688
\pnum
1668916689
\returns

0 commit comments

Comments
 (0)