[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:02:02 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:
This looks controversial. Why is it correct to remove this include in C++20. (Not objections the change in C++23 and C++26.)
https://github.com/llvm/llvm-project/pull/85478
More information about the libcxx-commits
mailing list