gcc/libstdc++-v3/testsuite/21_strings
Jonathan Wakely b8fccd58ee libstdc++: Ensure std::span and std::string_view are trivially copyable (P2251R1)
The recently approved P2251R1 paper requires these types to be trivially
copyable. They always have been in libstdc++, but add tests to check it.

libstdc++-v3/ChangeLog:

	* testsuite/21_strings/basic_string_view/requirements/trivially_copyable.cc:
	New test.
	* testsuite/23_containers/span/trivially_copyable.cc: New test.

(cherry picked from commit 1f51e9af7b)
2021-10-12 11:45:45 +01:00
..
basic_string libstdc++: Suppress -Wstringop-overread warning in test 2021-06-18 11:16:58 +01:00
basic_string_view libstdc++: Ensure std::span and std::string_view are trivially copyable (P2251R1) 2021-10-12 11:45:45 +01:00
c_strings
char_traits/requirements libstdc++: Remove redundant -std=gnu++17 option from strings tests 2021-05-11 20:50:08 +01:00
debug
headers