revert: stl_map.h (operator[](key_type&&)): Replace std::make_pair with value_type.
commit75235f0597d6ad6dc53ce7a763e5fe7c8534e41a
authorPaolo Carlini <paolo.carlini@oracle.com>
Sat, 4 Aug 2012 11:44:28 +0000 (4 11:44 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 4 Aug 2012 11:44:28 +0000 (4 11:44 +0000)
tree6129cf34eb28bcb6d35dd02f41e40d2a8b49a66e
parentfc27f749afc49dbf95594caff81a9f33e2b59d8e
revert: stl_map.h (operator[](key_type&&)): Replace std::make_pair with value_type.

2012-08-04  Paolo Carlini  <paolo.carlini@oracle.com>

Revert:
2012-08-03  Ollie Wild  <aaw@google.com>
    Richard Smith  <richardsmith@google.com>

* include/bits/stl_map.h (operator[](key_type&&)): Replace
std::make_pair with value_type.
* testsuite/23_containers/map/operators/2.cc: New test.

From-SVN: r190142
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_map.h
libstdc++-v3/testsuite/23_containers/map/operators/2.cc [deleted file]