This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r240920 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: redi
Date: Mon Oct 10 12:17:45 2016
New Revision: 240920

URL: https://gcc.gnu.org/viewcvs?rev=240920&root=gcc&view=rev
Log:
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.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]