gcc/libstdc++-v3/include
Jonathan Wakely d49f254a6c Provide filesystem::path overloads for file streams (LWG 2676, partial)
* include/std/fstream (basic_filebuf::_If_path): New SFINAE helper.
	(basic_filebuf::open<Path>(const Path&, const ios_base::openmode&))
	(basic_ifstream<Path>(const Path&, const ios_base::openmode&))
	(basic_ifstream::open<Path>(const Path&, const ios_base::openmode&))
	(basic_ofstream<Path>(const Path&, const ios_base::openmode&))
	(basic_ofstream::open<Path>(const Path&, const ios_base::openmode&))
	(basic_fstream<Path>(const Path&, const ios_base::openmode&))
	(basic_fstream::open<Path>(const Path&, const ios_base::openmode&)):
	New constructors and member functions.
	* testsuite/27_io/basic_filebuf/open/char/path.cc: New test.
	* testsuite/27_io/basic_fstream/cons/char/path.cc: New test.
	* testsuite/27_io/basic_fstream/open/char/path.cc: New test.
	* testsuite/27_io/basic_ifstream/cons/char/path.cc: New test.
	* testsuite/27_io/basic_ifstream/open/char/path.cc: New test.
	* testsuite/27_io/basic_ofstream/cons/char/path.cc: New test.
	* testsuite/27_io/basic_ofstream/open/char/path.cc: New test.

From-SVN: r254148
2017-10-27 13:39:01 +01:00
..
backward
bits Define std::filesystem::path::format enum (P0430R2) 2017-10-27 13:01:49 +01:00
c
c_compatibility PR libstdc++/82644 document IS 29124 support 2017-10-23 12:10:28 +01:00
c_global
c_std
debug Deduction guides for associative containers, debug mode deduction guide fixes. 2017-10-26 19:42:31 +03:00
decimal
experimental PR libstdc++/82685 add 'noexcept' to string_view literals 2017-10-24 12:28:40 +01:00
ext
parallel
precompiled Implement C++17 Filesystem library 2017-10-23 13:11:22 +01:00
profile
std Provide filesystem::path overloads for file streams (LWG 2676, partial) 2017-10-27 13:39:01 +01:00
tr1
tr2
Makefile.am Implement C++17 Filesystem library 2017-10-23 13:11:22 +01:00
Makefile.in Implement C++17 Filesystem library 2017-10-23 13:11:22 +01:00