gcc/libstdc++-v3/testsuite
Jonathan Wakely 949fdadb9d PR libstdc++/91308 fix constraints on unique_ptr assignment
PR libstdc++/91308
	* include/bits/unique_ptr.h (unique_ptr::__safe_conversion_up): Remove
	constraints on deleter that should only apply to the constructor.
	(unique_ptr<T[], D>::__safe_conversion_up): Likewise.
	(unique_ptr<T[], D>::unique_ptr(unique_ptr<U, D>&&)): Restore
	constraints on deleter here.
	* testsuite/20_util/unique_ptr/assign/91308.cc: New test.

From-SVN: r273937
2019-07-31 15:38:26 +01:00
..
17_intro
18_support PR libstdc++/51333 Define recursive_init_error constructor non-inline 2019-07-29 15:27:19 +01:00
19_diagnostics
20_util PR libstdc++/91308 fix constraints on unique_ptr assignment 2019-07-31 15:38:26 +01:00
21_strings
22_locale
23_containers
24_iterators
25_algorithms
26_numerics Define __cpp_lib_endian feature test macro 2019-07-26 14:30:42 +01:00
27_io PR libstdc++/91067 fix missing exports for filesystem iterators 2019-07-03 22:06:25 +01:00
28_regex
29_atomics Fix inaccurate comment in new test 2019-07-12 16:45:16 +01:00
30_threads
abi
backward
config
data
decimal
experimental
ext Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383). 2019-07-25 09:36:38 +00:00
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters Improve tests for std::vector<bool> printer 2019-06-20 10:04:55 +01:00
libstdc++-xmethods
performance
special_functions
tr1
tr2
util 2019-07-26 François Dumont <fdumont@gcc.gnu.org> 2019-07-26 05:05:48 +00:00
Makefile.am
Makefile.in