gcc/libstdc++-v3/testsuite/20_util/scoped_allocator
Jonathan Wakely b960c253e9 libstdc++: Add missing noexcept to std::scoped_allocator_adaptor
The standard requires these constructors and accessors to be noexcept.

libstdc++-v3/ChangeLog:

	* include/std/scoped_allocator (scoped_allocator_adaptor): Add
	noexcept to all constructors except the default constructor.
	(scoped_allocator_adaptor::inner_allocator): Add noexcept.
	(scoped_allocator_adaptor::outer_allocator): Likewise.
	* testsuite/20_util/scoped_allocator/noexcept.cc: New test.
2023-05-31 13:17:45 +01:00
..
requirements Update copyright years. 2023-01-16 11:52:17 +01:00
1.cc Update copyright years. 2023-01-16 11:52:17 +01:00
2.cc Update copyright years. 2023-01-16 11:52:17 +01:00
3.cc Update copyright years. 2023-01-16 11:52:17 +01:00
65279.cc Update copyright years. 2023-01-16 11:52:17 +01:00
69114.cc Update copyright years. 2023-01-16 11:52:17 +01:00
69293_neg.cc Update copyright years. 2023-01-16 11:52:17 +01:00
108952.cc libstdc++: Fix some freestanding test failures 2023-04-05 18:45:15 +02:00
construct_pair.cc Update copyright years. 2023-01-16 11:52:17 +01:00
construct_pair_c++2a.cc Update copyright years. 2023-01-16 11:52:17 +01:00
dr2586.cc Update copyright years. 2023-01-16 11:52:17 +01:00
noexcept.cc libstdc++: Add missing noexcept to std::scoped_allocator_adaptor 2023-05-31 13:17:45 +01:00
outermost.cc Update copyright years. 2023-01-16 11:52:17 +01:00
propagation.cc Update copyright years. 2023-01-16 11:52:17 +01:00