gcc/libstdc++-v3/testsuite/experimental
Jonathan Wakely f0414b973f Make filesystem::path work with basic_string_view (P0392R0)
* include/experimental/bits/fs_path.h (__is_path_src)
	(_S_range_begin, _S_range_end): Overload to treat string_view as a
	Source object.
	(path::operator+=, path::compare): Overload for basic_string_view.
	* testsuite/experimental/filesystem/path/construct/string_view.cc:
	New test.
	* testsuite/experimental/filesystem/path/construct/
	string_view_cxx17.cc: New test.

From-SVN: r241658
2016-10-28 19:48:43 +01:00
..
algorithm Resolve ambiguities in std::experimental::sample test 2016-10-14 20:40:18 +01:00
any Cross-port exception-safety and move fixes of std::any to std::experimental::any. 2016-10-24 16:22:11 +03:00
array Avoid #include <functional> in other headers 2016-10-13 17:59:19 +01:00
chrono
deque 1.cc: Remove 'test' variables. 2016-10-14 13:50:24 +00:00
filesystem Make filesystem::path work with basic_string_view (P0392R0) 2016-10-28 19:48:43 +01:00
forward_list 1.cc: Remove 'test' variables. 2016-10-14 13:50:24 +00:00
functional 70564 fix newly-added tests for not_fn 2016-10-05 13:40:31 +01:00
iterator Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
list 1.cc: Remove 'test' variables. 2016-10-14 13:50:24 +00:00
map 1.cc: Remove 'test' variables. 2016-10-14 13:50:24 +00:00
memory Make std::enable_shared_from_this cope with ambiguity 2016-10-19 21:13:14 +01:00
memory_resource 1.cc: Remove 'test' variables. 2016-10-14 13:50:24 +00:00
numeric Define std::gcd and std::lcm for C++17 2016-10-03 18:01:10 +01:00
optional Cross-port the latest resolution of LWG2756 and some bug-fixes to experimental::optional. 2016-10-24 15:46:44 +03:00
propagate_const Avoid #include <functional> in other headers 2016-10-13 17:59:19 +01:00
random Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
ratio
set 1.cc: Remove 'test' variables. 2016-10-14 13:50:24 +00:00
string 1.cc: Remove 'test' variables. 2016-10-14 13:50:24 +00:00
string_view 1.cc: Remove 'test' variables. 2016-10-14 13:50:24 +00:00
system_error Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
tuple Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
type_erased_allocator Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
type_traits Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
unordered_map 1.cc: Remove 'test' variables. 2016-10-14 13:50:24 +00:00
unordered_set 1.cc: Remove 'test' variables. 2016-10-14 13:50:24 +00:00
vector 1.cc: Remove 'test' variables. 2016-10-14 13:50:24 +00:00
feat-cxx14.cc
feat-lib-fund.cc