r264208 - in /branches/gcc-8-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Tue Sep 11 11:51:00 GMT 2018


Author: redi
Date: Tue Sep 11 11:51:10 2018
New Revision: 264208

URL: https://gcc.gnu.org/viewcvs?rev=264208&root=gcc&view=rev
Log:
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.

Added:
    branches/gcc-8-branch/libstdc++-v3/testsuite/20_util/shared_ptr/creation/87278.cc
Modified:
    branches/gcc-8-branch/libstdc++-v3/ChangeLog
    branches/gcc-8-branch/libstdc++-v3/include/bits/shared_ptr.h



More information about the Gcc-cvs mailing list