Skip to content

Commit 99c7b54

Browse files
Dawn Perchikzygoloid
authored andcommitted
[tab:container.seq.opt] Remove blank line in the description of emplace_back.
1 parent f4e8e44 commit 99c7b54

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
@@ -1111,7 +1111,7 @@
11111111
\effects Appends an object of type \tcode{T} constructed with \tcode{std::forward<\brk{}Args\brk{}>(\brk{}args)...}.\br
11121112
\expects \tcode{T} is \oldconcept{EmplaceConstructible} into \tcode{X} from \tcode{args}. For \tcode{vector}, \tcode{T}
11131113
is also
1114-
\oldconcept{MoveInsertable} into \tcode{X}.\br
1114+
\oldconcept{MoveInsertable} into \tcode{X}.
11151115
\returns \tcode{a.back()}. &
11161116
\tcode{deque},
11171117
\tcode{list},

0 commit comments

Comments
 (0)