gcc/libstdc++-v3/testsuite/20_util/shared_ptr
Jonathan Wakely 371868a847 Support move-only deleters in std::shared_ptr (LWG 2802)
Backport from mainline
2017-06-09  Jonathan Wakely  <jwakely@redhat.com>

	* doc/xml/manual/intro.xml: Document LWG 2802, 2873 and 2942 changes.
	* include/bits/shared_ptr.h (shared_ptr): Use rvalues for deleters
	(LWG 2802).
	* include/bits/shared_ptr_base.h (_Sp_ebo_helper, _Sp_counted_deleter
	(_Sp_counted_deleter::_Impl, __shared_count, __shared_ptr): Likewise.
	* testsuite/20_util/shared_ptr/cons/lwg2802.cc: New.

From-SVN: r250541
2017-07-25 19:05:25 +01:00
..
assign Update copyright years. 2017-01-01 13:07:43 +01:00
atomic Update copyright years. 2017-01-01 13:07:43 +01:00
casts Update copyright years. 2017-01-01 13:07:43 +01:00
comparison Update copyright years. 2017-01-01 13:07:43 +01:00
cons Support move-only deleters in std::shared_ptr (LWG 2802) 2017-07-25 19:05:25 +01:00
creation Update copyright years. 2017-01-01 13:07:43 +01:00
dest Update copyright years. 2017-01-01 13:07:43 +01:00
hash Update copyright years. 2017-01-01 13:07:43 +01:00
misc Update copyright years. 2017-01-01 13:07:43 +01:00
modifiers Update copyright years. 2017-01-01 13:07:43 +01:00
observers Add noexcept to shared_ptr owner comparisons (LWG 2873) 2017-07-25 19:05:19 +01:00
requirements Update copyright years. 2017-01-01 13:07:43 +01:00
thread Update copyright years. 2017-01-01 13:07:43 +01:00