Define std::allocator<T>::is_always_equal
authorJonathan Wakely <jwakely@redhat.com>
Mon, 10 Oct 2016 12:17:45 +0000 (13:17 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 10 Oct 2016 12:17:45 +0000 (13:17 +0100)
commit46942c810112eb655f1dfd223055c60208403ad0
treeb6f128fc7e09949b6285f9463987eadd7cf3e746
parentf2e79496bf9107eae1130e0d74c80b02a5b86cab
Define std::allocator<T>::is_always_equal

* 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.

From-SVN: r240920
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/allocator.h
libstdc++-v3/testsuite/20_util/allocator/requirements/typedefs.cc
libstdc++-v3/testsuite/util/testsuite_allocator.h