This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r190129 - in /branches/google/gcc-4_7/libstdc++...


Author: aaw
Date: Fri Aug  3 15:37:25 2012
New Revision: 190129

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190129
Log:
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.

Added:
    branches/google/gcc-4_7/libstdc++-v3/testsuite/23_containers/map/operators/2.cc
Modified:
    branches/google/gcc-4_7/libstdc++-v3/ChangeLog.google-4_7
    branches/google/gcc-4_7/libstdc++-v3/include/bits/stl_map.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]