gcc/libstdc++-v3/testsuite/std/concepts
Jonathan Wakely a31517cb9a libstdc++: Implement LWG 3149 for std::default_constructible
The change approved in Belfast did not actually rename the concept from
std::default_constructible to std::default_initializable, even though
that was intended. That is expected to be done soon as a separate issue,
so I'm implementing that now too.

	* include/bits/iterator_concepts.h (weakly_incrementable): Adjust.
	* include/std/concepts (default_constructible): Rename to
	default_initializable and require default-list-initialization and
	default-initialization to be valid (LWG 3149).
	(semiregular): Adjust to new name.
	* testsuite/std/concepts/concepts.lang/concept.defaultconstructible/
	1.cc: Rename directory to concept.defaultinitializable and adjust to
	new name.
	* testsuite/std/concepts/concepts.lang/concept.defaultinitializable/
	lwg3149.cc: New test.
	* testsuite/util/testsuite_iterators.h (test_range): Adjust.

From-SVN: r278314
2019-11-15 19:58:27 +00:00
..
concepts.callable libstdc++: Implement new predicate concepts from P1716R3 2019-11-14 16:53:18 +00:00
concepts.lang libstdc++: Implement LWG 3149 for std::default_constructible 2019-11-15 19:58:27 +00:00
concepts.object Implement C++20 operator<=>. 2019-11-05 18:56:18 -05:00
1.cc
2.cc