gcc/libstdc++-v3/testsuite/20_util/shared_ptr
Jonathan Wakely 9e2d426c17 PR libstdc++/87278 restore support for std::make_shared<volatile T>()
PR libstdc++/87278
	* include/bits/shared_ptr.h (make_shared): Use remove_cv instead of
	remove_const.
	* testsuite/20_util/shared_ptr/creation/87278.cc: New test.

From-SVN: r264207
2018-09-11 12:50:39 +01:00
..
assign Update copyright years. 2018-01-03 11:03:58 +01:00
atomic Remove dg-require-cstdint directive from tests 2018-07-26 15:02:26 +01:00
casts Update copyright years. 2018-01-03 11:03:58 +01:00
comparison PR libstdc++/86537 remove less<shared_ptr<T>> partial specialization 2018-07-16 18:13:41 +01:00
cons Update copyright years. 2018-01-03 11:03:58 +01:00
creation PR libstdc++/87278 restore support for std::make_shared<volatile T>() 2018-09-11 12:50:39 +01:00
dest Update copyright years. 2018-01-03 11:03:58 +01:00
hash Update copyright years. 2018-01-03 11:03:58 +01:00
misc Update copyright years. 2018-01-03 11:03:58 +01:00
modifiers Update copyright years. 2018-01-03 11:03:58 +01:00
observers Update copyright years. 2018-01-03 11:03:58 +01:00
requirements Update copyright years. 2018-01-03 11:03:58 +01:00
thread Add missing dg-require-cstdint directives to tests 2018-07-26 15:03:28 +01:00