r233343 - in /branches/gcc-5-branch/libstdc++-v...
redi@gcc.gnu.org
redi@gcc.gnu.org
Thu Feb 11 13:30:00 GMT 2016
Author: redi
Date: Thu Feb 11 13:30:27 2016
New Revision: 233343
URL: https://gcc.gnu.org/viewcvs?rev=233343&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-5-branch/libstdc++-v3/ChangeLog
branches/gcc-5-branch/libstdc++-v3/include/bits/alloc_traits.h
branches/gcc-5-branch/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58659.cc
More information about the Libstdc++-cvs
mailing list