[libcxx-commits] [libcxx] [libcxx] don't `#include <cwchar>` if wide chars aren't enabled (PR #99911)

Ties Stuij via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 23 02:07:32 PDT 2024


================
@@ -237,21 +237,21 @@ namespace std {
 #  include <cstdint>
 #  include <cstdlib>
 #  include <cstring>
-#  include <cwchar>
 #  include <initializer_list>
 #  include <limits>
+#  include <locale>
----------------
stuij wrote:

As I think we'll loose or bury this convo if I force-push, I've updated the description in my automated first comment in this thread. I'll update it when I merge it. Unless there's a better way to handle this.

https://github.com/llvm/llvm-project/pull/99911


More information about the libcxx-commits mailing list