[libcxx-commits] [libcxx] [libc++] Add __iswctype to the locale base API since it's required by <locale> (PR #122168)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 10 08:11:08 PST 2025


ldionne wrote:

> > How does Fuchsia define iswspace_l & friends? I suspect you'd simply need to add a similar definition for iswspace_l.
> 
> We get ours from `__posix_l_fallback.h`; I think this patch would need to add a fallback there for `iswctype_l`.

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

Does that fix your build?

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


More information about the libcxx-commits mailing list