Name |
Last commit
|
Last update |
---|---|---|
.. | ||
capacity | ||
cons | ||
debug | ||
modifiers | ||
operators | ||
requirements | ||
types | ||
14340.cc | ||
18604.cc | ||
check_construct_destroy.cc | ||
init-list.cc | ||
range_access.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 |
---|---|---|
.. | ||
capacity | Loading commit data... | |
cons | Loading commit data... | |
debug | Loading commit data... | |
modifiers | Loading commit data... | |
operators | Loading commit data... | |
requirements | Loading commit data... | |
types | Loading commit data... | |
14340.cc | Loading commit data... | |
18604.cc | Loading commit data... | |
check_construct_destroy.cc | Loading commit data... | |
init-list.cc | Loading commit data... | |
range_access.cc | Loading commit data... |