allocator_traits<allocator<T>> partial specialization
authorJonathan Wakely <jwakely@redhat.com>
Mon, 11 Jan 2016 16:47:58 +0000 (16:47 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 11 Jan 2016 16:47:58 +0000 (16:47 +0000)
commit1517bc3008cf520c08760a8dba884237104e9d1a
tree2fed4b25f4127781fdca0546d901cedf22937756
parent8c18c836db3a87d100dd54869f98ce1a0dc0d859
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.

From-SVN: r232232
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/alloc_traits.h
libstdc++-v3/testsuite/20_util/shared_ptr/cons/58659.cc