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 618ce78 commit f694f63Copy full SHA for f694f63
libcxx/include/chrono
@@ -883,6 +883,7 @@ constexpr chrono::year operator ""y(unsigned lo
883
884
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER == 20
885
# include <charconv>
886
+# include <locale>
887
#endif
888
889
#endif // _LIBCPP_CHRONO
libcxx/test/libcxx/transitive_includes/cxx20.csv
@@ -128,6 +128,7 @@ chrono ctime
128
chrono cwchar
129
chrono forward_list
130
chrono limits
131
+chrono locale
132
chrono optional
133
chrono ostream
134
chrono ratio
0 commit comments