Skip to content

Commit c269824

Browse files
jensmaurerzygoloid
authored andcommitted
[tab:container.assoc.req] Add missing 'Effects'
1 parent 77ed910 commit c269824

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/containers.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,8 @@
18281828
\indexordmem{emplace_hint}%
18291829
\tcode{a.emplace_\-hint(\brk{}p, args)} &
18301830
\tcode{iterator} &
1831-
equivalent to \tcode{a.emplace(} \tcode{std::forward<\brk{}Args\brk{}>(\brk{}args)...)}.
1831+
\effects
1832+
Equivalent to \tcode{a.emplace(} \tcode{std::forward<\brk{}Args\brk{}>(\brk{}args)...)}.
18321833
Return value is an iterator pointing to the element with the key equivalent
18331834
to the newly inserted element.
18341835
The element is inserted as close as possible to the position just prior
@@ -1887,7 +1888,8 @@
18871888

18881889
\tcode{a.\brk{}insert(\brk{}il)} &
18891890
\tcode{void} &
1890-
equivalent to \tcode{a.insert(il.begin(), il.end())} &
1891+
\effects
1892+
Equivalent to \tcode{a.insert(il.begin(), il.end())} &
18911893
\\ \rowsep
18921894

18931895
\tcode{a_uniq.\brk{}insert(\brk{}nh)} &

0 commit comments

Comments
 (0)