gcc/libstdc++-v3/testsuite/20_util/any
Jonathan Wakely 0c1f737a48 libstdc++: Constrain std::make_any [PR102894]
std::make_any should be constrained so it can only be called if the
construction of the return value would be valid.

libstdc++-v3/ChangeLog:

	PR libstdc++/102894
	* include/std/any (make_any): Add SFINAE constraint.
	* testsuite/20_util/any/102894.cc: New test.
2021-10-22 23:09:54 +01:00
..
assign
cons libstdc++: Fix std::any constraints [PR101034] 2021-06-14 15:10:56 +01:00
misc
modifiers
observers
102894.cc libstdc++: Constrain std::make_any [PR102894] 2021-10-22 23:09:54 +01:00
make_any.cc
requirements.cc
typedefs.cc