[libcxx-commits] [libcxx] libcxx: remove redundant <cstdint> include from <string> (PR #70613)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 31 10:08:48 PDT 2023


philnik777 wrote:

> Why is the include redundant? We don't use anything from `<cstdint>` inside `<string>`? LGTM if that's the case.

Nothing that I could find. If we did, the modules build should also have complained.

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


More information about the libcxx-commits mailing list