[libcxx-commits] [libcxx] [libc++] Remove <queue> and <stack> includes from <format> (PR #85520)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 10 09:39:14 PDT 2024


philnik777 wrote:

@nico In chromium you actually make the conscious decision to opt-in to removing transitive includes with `_LIBCPP_REMOVE_TRANSITIVE_INCLUDES`. By default these includes aren't removed currently.

I basically look at the compile times and when I think "why TF is this included" I try to remove it. Not exactly an elegant process, but the best I came up with until now.

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


More information about the libcxx-commits mailing list