[libcxx-commits] [libcxx] [libc++] Remove <locale> includes from <format> (PR #85478)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 16 06:07:50 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
----------------
philnik777 wrote:
Oops, I missed that removal. That wasn't meant to be here. Weird though that it's only showing up in C++20.
https://github.com/llvm/llvm-project/pull/85478
More information about the libcxx-commits
mailing list