[libcxx-commits] [PATCH] D111265: [libc++] Add an option to disable wide character support in libc++

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 11 10:51:47 PDT 2021


ldionne added inline comments.


================
Comment at: libcxx/include/locale:218
 #else
 #include <__bsd_locale_fallbacks.h>
 #endif
----------------
Mordante wrote:
> After fixing `mbstate_t` this header give me issues.
> Commenting out a set of functions fixed my build issues.
> For your convenience I created D111492 with my local modifications which is building here
> https://buildkite.com/llvm-project/libcxx-ci/builds/5848
Yup thanks, I fixed it locally.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111265/new/

https://reviews.llvm.org/D111265



More information about the libcxx-commits mailing list