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 eac0b67 commit f471b49Copy full SHA for f471b49
libcxx/modules/std/chrono.inc
@@ -51,7 +51,7 @@ export namespace std {
51
using std::chrono::round;
52
53
// [time.duration.io], duration I/O
54
-#if !defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT) && !defined(_LIBCPP_HAS_NO_LOCALIZATION)
+#ifndef _LIBCPP_HAS_NO_LOCALIZATION
55
using std::chrono::operator<<;
56
#endif
57
// using std::chrono::from_stream;
0 commit comments