We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fc561 commit 5ad6ed5Copy full SHA for 5ad6ed5
libcxx/test/std/input.output/filesystems/class.path/path.nonmember/path.factory.pass.cpp
@@ -49,7 +49,8 @@ int main(int, char**)
49
path p = fs::u8path(In3, In3End);
50
assert(p == In1);
51
}
52
-#if TEST_STD_VER > 17 && defined(__cpp_char8_t) && defined(_LIBCPP_VERSION)
+#if TEST_STD_VER > 17 && defined(__cpp_char8_t) && defined(_LIBCPP_VERSION) && \
53
+ !defined(_LIBCPP_HAS_NO_LOCALIZATION)
54
const char8_t* u8In1 = u8"abcd/efg";
55
const std::u8string u8In2(u8In1);
56
const auto u8In3 = u8In2.begin();
0 commit comments