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... | |
insert | Loading commit data... | |
swap | Loading commit data... | |
1.cc | Loading commit data... | |
1.h | Loading commit data... | |
1_c++0x.cc | Loading commit data... | |
2.cc | Loading commit data... | |
2.h | Loading commit data... | |
3.cc | Loading commit data... | |
3.h | Loading commit data... |