[libcxx-commits] [libcxx] [libc++] Remove <locale> includes from <format> (PR #85478)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 16 06:51:39 PDT 2024
================
@@ -113,17 +113,21 @@ charconv type_traits
charconv version
chrono array
chrono bit
+chrono cctype
+chrono cerrno
chrono charconv
+chrono clocale
chrono cmath
chrono compare
chrono concepts
chrono cstddef
chrono cstdint
+chrono cstdlib
chrono cstring
chrono ctime
+chrono cwchar
chrono forward_list
chrono limits
-chrono locale
----------------
mordante wrote:
Thanks for the fix, I just approved it.
https://github.com/llvm/llvm-project/pull/85478
More information about the libcxx-commits
mailing list