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 391d948 commit 91cb452Copy full SHA for 91cb452
libcxx/modules/std/ostream.inc
@@ -33,8 +33,10 @@ export namespace std {
33
using std::println;
34
35
using std::vprint_nonunicode;
36
+# ifndef _LIBCPP_HAS_NO_UNICODE
37
using std::vprint_unicode;
-# endif // _LIBCPP_STD_VER >= 23
38
+# endif // _LIBCPP_HAS_NO_UNICODE
39
+# endif // _LIBCPP_STD_VER >= 23
40
41
#endif // _LIBCPP_HAS_NO_LOCALIZATION
42
} // namespace std
0 commit comments