Skip to content

Commit 7727c02

Browse files
committed
[tab:container.assoc.req] Add missing 'Effects'
1 parent d68cb73 commit 7727c02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/containers.tex

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

0 commit comments

Comments
 (0)