gcc/libstdc++-v3/include
Jonathan Wakely b7202baf14 PR libstdc++/55043 (again)
PR libstdc++/55043 (again)
	* include/bits/alloc_traits.h (allocator_traits::construct): Disable
	unless construction would be well-formed.
	(__allow_copy_cons, __check_copy_constructible): Define.
	* include/bits/unordered_map.h (__check_copy_constructible): Use as
	base class so copy constructor will be deleted if appropriate.
	(is_copy_constructible): Remove specialization.
	* include/bits/unordered_set.h: Likewise.
	* include/debug/unordered_map.h: Undo previous commit. Default copy
	and move constructors.
	* include/debug/unordered_set.h: Likewise.
	* include/profile/unordered_map.h: Undo previous commit.
	* include/profile/unordered_set.h: Likewise.
	* testsuite/23_containers/unordered_map/55043.cc: Fix test.
	* testsuite/23_containers/unordered_multimap/55043.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/55043.cc: Likewise.
	* testsuite/23_containers/unordered_set/55043.cc: Likewise.
	* testsuite/23_containers/unordered_map/requirements/53339.cc: XFAIL,
	cannot support incomplete types.
	* testsuite/23_containers/unordered_multimap/requirements/53339.cc:
	Likewise.

From-SVN: r195253
2013-01-16 23:56:00 +00:00
..
backward Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
bits PR libstdc++/55043 (again) 2013-01-16 23:56:00 +00:00
c Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
c_compatibility Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
c_global Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
c_std Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
debug PR libstdc++/55043 (again) 2013-01-16 23:56:00 +00:00
decimal [multiple changes] 2012-08-06 18:06:42 +00:00
ext insert_fn_imps.hpp: Fix typo in copyright years. 2013-01-06 11:53:01 +00:00
parallel Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
precompiled Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
profile PR libstdc++/55043 (again) 2013-01-16 23:56:00 +00:00
std re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr into vector) 2013-01-16 09:20:34 +00:00
tr1 Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
tr2 atomic_base.h: Don't include <cstddef>, use nullptr. 2012-11-06 11:03:45 +00:00
Makefile.am Makefile.am (${host_builddir}/c++config.h): Replace [<space><tab>] by [<tab><space>]. 2012-12-04 22:40:24 +00:00
Makefile.in Makefile.am (${host_builddir}/c++config.h): Replace [<space><tab>] by [<tab><space>]. 2012-12-04 22:40:24 +00:00