gcc/libstdc++-v3/testsuite/20_util/uses_allocator
Jonathan Wakely 987bbe48bb C++2a Utility functions to implement uses-allocator construction (P0591R4)
* include/std/memory (uses_allocator_construction_args): New set of
	overloaded functions.
	(make_obj_using_allocator, uninitialized_construct_using_allocator):
	New functions.
	* include/std/memory_resource (polymorphic_allocator::construct)
	[__cplusplus > 201703l]: Replace all overloads with a single function
	using uses_allocator_construction_args.
	* testsuite/20_util/polymorphic_allocator/construct_c++2a.cc: New
	test.
	* testsuite/20_util/uses_allocator/make_obj.cc: New test.

From-SVN: r269311
2019-03-01 13:50:36 +00:00
..
requirements Update copyright years. 2019-01-01 13:31:55 +01:00
69114.cc Update copyright years. 2019-01-01 13:31:55 +01:00
69293_neg.cc DR 2586 fix value category in uses-allocator checks 2019-02-14 15:08:33 +00:00
cons_neg.cc DR 2586 fix value category in uses-allocator checks 2019-02-14 15:08:33 +00:00
construction.cc Update copyright years. 2019-01-01 13:31:55 +01:00
make_obj.cc C++2a Utility functions to implement uses-allocator construction (P0591R4) 2019-03-01 13:50:36 +00:00
value.cc Update copyright years. 2019-01-01 13:31:55 +01:00