[libcxx-commits] [libcxx] [libc++][test] Avoid some transitive includes in standard headers (PR #145846)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 25 23:51:52 PDT 2025
frederick-vs-ja wrote:
> I'm pretty sure `errc` should be provided via `<charconv>`.
Yes. But it seems that relying on transitive inclusion is sometimes problematic, as least in CI.
See
- https://github.com/llvm/llvm-project/actions/runs/15888063616/job/44819278583?pr=144249
https://github.com/llvm/llvm-project/pull/145846
More information about the libcxx-commits
mailing list