| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| emplace | ||
| erase | ||
| insert | ||
| push_back | ||
| swap | ||
| 1.cc | ||
| 2.cc | ||
| insert_vs_emplace.cc | ||
| moveable.cc | ||
| moveable2.cc |
* include/bits/stl_vector.h (vector::_S_insert_aux_assign): Define new overloaded functions. * include/bits/vector.tcc (vector::_M_insert_aux): Use new functions to avoid creating a redundant temporary. * testsuite/23_containers/vector/modifiers/insert_vs_emplace.cc: New test. From-SVN: r237526
| 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... | |
| insert_vs_emplace.cc | Loading commit data... | |
| moveable.cc | Loading commit data... | |
| moveable2.cc | Loading commit data... |