You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/input.output/filesystems/class.path/path.nonmember
Eric Fiselier 3cf34d1caf Implement LWG 3065: Make path operators friends.
This prevents things like:

using namespace std::filesystem;
auto x = L"a/b" == std::string("a/b");

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349884 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
append_op.fail.cpp Implement LWG 3065: Make path operators friends. 6 years ago
append_op.pass.cpp Implement LWG 3065: Make path operators friends. 6 years ago
comparison_ops.fail.cpp Implement LWG 3065: Make path operators friends. 6 years ago
comparison_ops_tested_elsewhere.pass.cpp Implement <filesystem> 6 years ago
hash_value_tested_elswhere.pass.cpp Implement <filesystem> 6 years ago
path.factory.pass.cpp Implement <filesystem> 6 years ago
path.io.pass.cpp Implement <filesystem> 6 years ago
path.io.unicode_bug.pass.cpp Implement <filesystem> 6 years ago
swap.pass.cpp Implement <filesystem> 6 years ago