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]

r200112 - in /branches/gcc-4_8-branch/libstdc++...


Author: paolo
Date: Fri Jun 14 23:38:33 2013
New Revision: 200112

URL: http://gcc.gnu.org/viewcvs?rev=200112&root=gcc&view=rev
Log:
2013-06-15  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/57619
	* include/bits/unordered_map.h (unordered_map<>::insert,
	unordered_multimap<>::insert): Use std::forward, not std::move.
	* testsuite/23_containers/unordered_map/insert/57619.C: New.
	* testsuite/23_containers/unordered_multimap/insert/57619.C: Likewise.

Added:
    branches/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/unordered_map/insert/57619.C
    branches/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/57619.C
Modified:
    branches/gcc-4_8-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_8-branch/libstdc++-v3/include/bits/unordered_map.h


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