Name |
Last commit
|
Last update |
---|---|---|
.. | ||
emplace | ||
erase | ||
insert | ||
push_back | ||
swap | ||
1.cc | ||
2.cc | ||
moveable.cc | ||
moveable2.cc |
re PR libstdc++/52799 (deque::emplace(iterator, ...) tries to call push_front(...), which doesn't exist) 2012-03-30 Jeffrey Yasskin <jyasskin@gcc.gnu.org> Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/52799 * include/bits/deque.tcc (emplace): Fix thinko, replace push_front -> emplace_front, and likewise for *_back. * testsuite/23_containers/deque/modifiers/emplace/52799.cc: New. * testsuite/23_containers/list/modifiers/emplace/52799.cc: Likewise. * testsuite/23_containers/vector/modifiers/emplace/52799.cc: Likewise. Co-Authored-By: Paolo Carlini <paolo.carlini@oracle.com> From-SVN: r186035
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
emplace | Loading commit data... | |
erase | Loading commit data... | |
insert | Loading commit data... | |
push_back | Loading commit data... | |
swap | Loading commit data... | |
1.cc | Loading commit data... | |
2.cc | Loading commit data... | |
moveable.cc | Loading commit data... | |
moveable2.cc | Loading commit data... |