https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60976
--- Comment #34 from Jonathan Wakely <redi at gcc dot gnu.org> --- Author: redi Date: Fri Mar 18 15:58:03 2016 New Revision: 234338 URL: https://gcc.gnu.org/viewcvs?rev=234338&root=gcc&view=rev Log: allocator_traits<allocator<T>> partial specialization PR libstdc++/60976 * include/bits/alloc_traits.h (allocator_traits<allocator<_Tp>>): Define partial specialization. * testsuite/20_util/shared_ptr/cons/58659.cc: Add construct and destroy members to std::allocator explicit specialization. Modified: branches/gcc-4_9-branch/libstdc++-v3/ChangeLog branches/gcc-4_9-branch/libstdc++-v3/include/bits/alloc_traits.h branches/gcc-4_9-branch/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58659.cc