gcc/libstdc++-v3/testsuite/27_io
Jonathan Wakely bceb07e358 PR libstdc++/90454.cc path construction from void*
Make the filesystem::path constructors SFINAE away for void* arguments,
instead of giving an error due to iterator_traits<void*>::reference.

	PR libstdc++/90454.cc path construction from void*
	* include/bits/fs_path.h (path::_Path): Use remove_pointer so that
	pointers to void are rejected as well as void.
	* include/experimental/bits/fs_path.h (path::_Path): Likewise.
	* testsuite/27_io/filesystem/path/construct/80762.cc: Also check
	pointers to void.
	* testsuite/experimental/filesystem/path/construct/80762.cc: Likewise.

From-SVN: r271134
2019-05-13 21:12:06 +01:00
..
basic_filebuf Update copyright years. 2019-01-01 13:31:55 +01:00
basic_fstream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_ifstream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_ios Update copyright years. 2019-01-01 13:31:55 +01:00
basic_iostream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_istream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_istringstream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_ofstream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_ostream Implement LWG 2221: formatted output operator for nullptr 2019-01-10 13:14:57 +00:00
basic_ostringstream Update copyright years. 2019-01-01 13:31:55 +01:00
basic_streambuf Update copyright years. 2019-01-01 13:31:55 +01:00
basic_stringbuf Update copyright years. 2019-01-01 13:31:55 +01:00
basic_stringstream Update copyright years. 2019-01-01 13:31:55 +01:00
filesystem PR libstdc++/90454.cc path construction from void* 2019-05-13 21:12:06 +01:00
fpos Update copyright years. 2019-01-01 13:31:55 +01:00
headers Update copyright years. 2019-01-01 13:31:55 +01:00
ios_base Update copyright years. 2019-01-01 13:31:55 +01:00
manipulators Update copyright years. 2019-01-01 13:31:55 +01:00
objects Update copyright years. 2019-01-01 13:31:55 +01:00
types Update copyright years. 2019-01-01 13:31:55 +01:00
rvalue_streams-2.cc Update copyright years. 2019-01-01 13:31:55 +01:00
rvalue_streams.cc Update copyright years. 2019-01-01 13:31:55 +01:00