gcc/libstdc++-v3/testsuite/27_io
Jonathan Wakely 7db54ccd8a PR libstdc++/86008 add std::quoted support for string_view
PR libstdc++/86008
	* include/bits/quoted_string.h (_Quoted_string<basic_string_view, C>):
	Define new partial specialization.
	* include/std/iomanip (quoted(basic_string_view<C,T>, C, C)): Define
	new overload.
	(operator<<(basic_ostream<C,T>&, const _Quoted_string<S,C>&)): Use
	value not reference for iteration.
	* testsuite/27_io/manipulators/standard/char/quoted.cc: Adjust
	comment.
	* testsuite/27_io/manipulators/standard/char/quoted_sv.cc: New test.
	* testsuite/27_io/manipulators/standard/wchar_t/quoted.cc: Adjust
	comment.

From-SVN: r261227
2018-06-06 07:05:07 +01:00
..
basic_filebuf Add support for opening file streams from wide character strings 2018-05-21 18:18:35 +01:00
basic_fstream Add support for opening file streams from wide character strings 2018-05-21 18:18:35 +01:00
basic_ifstream Add support for opening file streams from wide character strings 2018-05-21 18:18:35 +01:00
basic_ios PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::failure 2018-04-10 15:36:09 +01:00
basic_iostream Update copyright years. 2018-01-03 11:03:58 +01:00
basic_istream PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::failure 2018-04-10 15:36:09 +01:00
basic_istringstream Update copyright years. 2018-01-03 11:03:58 +01:00
basic_ofstream Add support for opening file streams from wide character strings 2018-05-21 18:18:35 +01:00
basic_ostream PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::failure 2018-04-10 15:36:09 +01:00
basic_ostringstream Update copyright years. 2018-01-03 11:03:58 +01:00
basic_streambuf Update copyright years. 2018-01-03 11:03:58 +01:00
basic_stringbuf Update copyright years. 2018-01-03 11:03:58 +01:00
basic_stringstream Update copyright years. 2018-01-03 11:03:58 +01:00
filesystem Mark some Filesystem tests as XFAIL for mingw 2018-06-05 08:37:30 +01:00
fpos Update copyright years. 2018-01-03 11:03:58 +01:00
headers Update copyright years. 2018-01-03 11:03:58 +01:00
ios_base PR libstdc++/68197 fail on negative iword/pword indices 2018-05-02 20:04:55 +01:00
manipulators PR libstdc++/86008 add std::quoted support for string_view 2018-06-06 07:05:07 +01:00
objects Update copyright years. 2018-01-03 11:03:58 +01:00
types Update copyright years. 2018-01-03 11:03:58 +01:00
rvalue_streams-2.cc Update copyright years. 2018-01-03 11:03:58 +01:00
rvalue_streams.cc Update copyright years. 2018-01-03 11:03:58 +01:00