gcc/libstdc++-v3/testsuite/20_util/unique_ptr
Jonathan Wakely a2c0a1942c Avoid deprecated warnings about std::auto_ptr in library headers
* include/backward/auto_ptr.h: Ignore deprecated warnings from use
	of auto_ptr.
	* include/bits/shared_ptr.h: Likewise.
	* include/bits/shared_ptr_base.h: Likewise.
	* include/bits/unique_ptr.h: Likewise.
	* libstdc++-v3/testsuite/20_util/default_delete/48631_neg.cc: Adjust
	dg-error lineno.
	* libstdc++-v3/testsuite/20_util/default_delete/void_neg.cc: Likewise.
	* libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635_neg.cc:
	Likewise.
	* libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc:
	Likewise.

From-SVN: r247063
2017-04-21 14:08:51 +01:00
..
assign Avoid deprecated warnings about std::auto_ptr in library headers 2017-04-21 14:08:51 +01:00
comparison Update copyright years. 2017-01-01 13:07:43 +01:00
cons Avoid deprecated warnings about std::auto_ptr in library headers 2017-04-21 14:08:51 +01:00
creation Update copyright years. 2017-01-01 13:07:43 +01:00
hash Update copyright years. 2017-01-01 13:07:43 +01:00
modifiers Update copyright years. 2017-01-01 13:07:43 +01:00
requirements Update copyright years. 2017-01-01 13:07:43 +01:00
specialized_algorithms Update copyright years. 2017-01-01 13:07:43 +01:00
54351.cc Update copyright years. 2017-01-01 13:07:43 +01:00
dr2228.cc Update copyright years. 2017-01-01 13:07:43 +01:00