https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87278

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
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

Reply via email to