r243360 - in /branches/gcc-6-branch/libstdc++-v...
redi@gcc.gnu.org
redi@gcc.gnu.org
Wed Dec 7 15:55:00 GMT 2016
Author: redi
Date: Wed Dec 7 15:55:50 2016
New Revision: 243360
URL: https://gcc.gnu.org/viewcvs?rev=243360&root=gcc&view=rev
Log:
Define std::allocator<T>::is_always_equal
Backport from mainline
2016-10-10 Jonathan Wakely <jwakely@redhat.com>
* include/bits/allocator.h (allocator<T>::is_always_equal): Define.
* testsuite/20_util/allocator/requirements/typedefs.cc: Test for
is_always_equal.
* testsuite/util/testsuite_allocator.h
(uneq_allocator::is_always_equal): Define as false_type.
Modified:
branches/gcc-6-branch/libstdc++-v3/ChangeLog
branches/gcc-6-branch/libstdc++-v3/include/bits/allocator.h
branches/gcc-6-branch/libstdc++-v3/testsuite/20_util/allocator/requirements/typedefs.cc
branches/gcc-6-branch/libstdc++-v3/testsuite/util/testsuite_allocator.h
More information about the Libstdc++-cvs
mailing list