| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| 24061-map.cc | ||
| 57619.cc | ||
| array_syntax.cc | ||
| array_syntax_move.cc | ||
| dr2354.cc | ||
| map_range.cc | ||
| map_single.cc | ||
| map_single_move-1.cc | ||
| map_single_move-2.cc |
PR libstdc++/82522 * doc/xml/manual/intro.xml: Document LWG 2354 changes. * include/bits/stl_map.h (map::insert(value_type&&)) (map::insert(const_iterator, value_type&&)): Add overload for rvalues. * include/bits/stl_multimap.h (multimap::insert(value_type&&)) (multimap::insert(const_iterator, value_type&&)): Likewise. * include/bits/unordered_map.h (unordered_map::insert(value_type&&)) (unordered_map::insert(const_iterator, value_type&&)) (unordered_multimap::insert(value_type&&)) (unordered_multimap::insert(const_iterator, value_type&&)): Likewise. * testsuite/23_containers/map/modifiers/insert/dr2354.cc: New test. * testsuite/23_containers/multimap/modifiers/insert/dr2354.cc: New test. * testsuite/23_containers/unordered_map/insert/dr2354.cc: New test. * testsuite/23_containers/unordered_multimap/insert/dr2354.cc: New test. From-SVN: r253725
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| 24061-map.cc | Loading commit data... | |
| 57619.cc | Loading commit data... | |
| array_syntax.cc | Loading commit data... | |
| array_syntax_move.cc | Loading commit data... | |
| dr2354.cc | Loading commit data... | |
| map_range.cc | Loading commit data... | |
| map_single.cc | Loading commit data... | |
| map_single_move-1.cc | Loading commit data... | |
| map_single_move-2.cc | Loading commit data... |