gcc/libstdc++-v3/testsuite/27_io
Thomas Rodgers 6bcbcea058 libstdc++: Add c++2a <syncstream>
libstdc++-v3/ChangeLog:
	* doc/doxygen/user.cfg.in (INPUT): Add new header.
	* include/Makefile.am (std_headers): Add new header.
	* include/Makefile.in: Regenerate.
	* include/precompiled/stdc++.h: Include new header.
	* include/std/syncstream: New header.
	* include/std/version: Add __cpp_lib_syncbuf.
	* testsuite/27_io/basic_syncbuf/1.cc: New test.
	* testsuite/27_io/basic_syncbuf/2.cc: Likewise.
	* testsuite/27_io/basic_syncbuf/basic_ops/1.cc:
	Likewise.
	* testsuite/27_io/basic_syncbuf/requirements/types.cc:
	Likewise.
	* testsuite/27_io/basic_syncbuf/sync_ops/1.cc:
	Likewise.
	* testsuite/27_io/basic_syncstream/1.cc: Likewise.
	* testsuite/27_io/basic_syncstream/2.cc: Likewise.
	* testsuite/27_io/basic_syncstream/basic_ops/1.cc:
	Likewise.
	* testsuite/27_io/basic_syncstream/requirements/types.cc:
	Likewise.
2020-11-02 10:41:32 -08:00
..
basic_filebuf Update copyright years. 2020-01-01 12:51:42 +01:00
basic_fstream libstdc++: Enable tests that incorrectly require cxx11-abi 2020-10-14 12:52:46 +01:00
basic_ifstream Update copyright years. 2020-01-01 12:51:42 +01:00
basic_ios libstdc++: Require c++98_only effective target for a test 2020-07-02 21:27:22 +01:00
basic_iostream Update copyright years. 2020-01-01 12:51:42 +01:00
basic_istream libstdc++: Do not set eofbit eagerly in operator>>(istream&, char(&)[N]) 2020-08-06 19:23:14 +01:00
basic_istringstream libstdc++: Implement C++20 features for <sstream> 2020-10-28 11:56:06 -07:00
basic_ofstream Update copyright years. 2020-01-01 12:51:42 +01:00
basic_ostream libstdc++: Avoid warnings in tests 2020-10-29 22:47:21 +00:00
basic_ostringstream libstdc++: Implement C++20 features for <sstream> 2020-10-28 11:56:06 -07:00
basic_streambuf Update copyright years. 2020-01-01 12:51:42 +01:00
basic_stringbuf libstdc++: Implement C++20 features for <sstream> 2020-10-28 11:56:06 -07:00
basic_stringstream libstdc++: Implement C++20 features for <sstream> 2020-10-28 11:56:06 -07:00
basic_syncbuf libstdc++: Add c++2a <syncstream> 2020-11-02 10:41:32 -08:00
basic_syncstream libstdc++: Add c++2a <syncstream> 2020-11-02 10:41:32 -08:00
filesystem libstdc++: Avoid warnings in tests 2020-10-29 22:47:21 +00:00
fpos tolerate padding in mbstate_t 2020-01-23 16:36:34 -03:00
headers libstdc++: Require c++98_only effective target for some tests 2020-07-02 21:27:12 +01:00
ios_base libstdc++: Add C++11 member functions for ios::failure in old ABI 2020-10-08 14:45:37 +01:00
manipulators Update copyright years. 2020-01-01 12:51:42 +01:00
objects Update copyright years. 2020-01-01 12:51:42 +01:00
types libstdc++: Add deprecated attributes to old iostream members 2020-08-19 12:13:23 +01:00
rvalue_streams-2.cc Update copyright years. 2020-01-01 12:51:42 +01:00
rvalue_streams.cc Update copyright years. 2020-01-01 12:51:42 +01:00