[libcxx-commits] [PATCH] D148542: [libc++] cuchar redeclares ::mbstate_t
Ian Anderson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 17 10:36:21 PDT 2023
iana added a comment.
In D148542#4274570 <https://reviews.llvm.org/D148542#4274570>, @philnik wrote:
> Why do we want to change this? The current version looks just fine.
The redeclaration becomes an error with clang modules when __mbstate.h and cuchar are in different modules.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148542/new/
https://reviews.llvm.org/D148542
More information about the libcxx-commits
mailing list