This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r189457 - in /branches/gcc-4_7-branch/libstdc++...
- From: paolo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Fri, 13 Jul 2012 09:00:19 -0000
- Subject: r189457 - in /branches/gcc-4_7-branch/libstdc++...
Author: paolo
Date: Fri Jul 13 09:00:18 2012
New Revision: 189457
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189457
Log:
2012-07-13 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/53657
* include/bits/stl_pair.h (pair<>::pair(pair&&)): Declare defaulted,
per C++11.
* include/bits/stl_map.h (map<>::insert(_Pair&&), map<>::insert
(const_iterator, _Pair&&)): Constrain with std::is_constructible,
per LWG2005.
* include/bits/stl_multimap.h (multimap<>::insert(_Pair&&),
multimap<>::insert(const_iterator, _Pair&&)): Likewise.
* include/bits/hashtable.h (_Hashtable<>::insert(_Pair&&),
_Hashtable<>::insert(const_iterator, _Pair&&)): Likewise.
* include/debug/unordered_map: Adjust.
* include/debug/map.h: Likewise.
* include/debug/multimap.h: Likewise.
* include/profile/unordered_map: Likewise.
* include/profile/map.h: Likewise.
* include/profile/multimap.h: Likewise.
Modified:
branches/gcc-4_7-branch/libstdc++-v3/ChangeLog
branches/gcc-4_7-branch/libstdc++-v3/include/bits/hashtable.h
branches/gcc-4_7-branch/libstdc++-v3/include/bits/stl_map.h
branches/gcc-4_7-branch/libstdc++-v3/include/bits/stl_multimap.h
branches/gcc-4_7-branch/libstdc++-v3/include/bits/stl_pair.h
branches/gcc-4_7-branch/libstdc++-v3/include/debug/map.h
branches/gcc-4_7-branch/libstdc++-v3/include/debug/multimap.h
branches/gcc-4_7-branch/libstdc++-v3/include/debug/unordered_map
branches/gcc-4_7-branch/libstdc++-v3/include/profile/map.h
branches/gcc-4_7-branch/libstdc++-v3/include/profile/multimap.h
branches/gcc-4_7-branch/libstdc++-v3/include/profile/unordered_map