[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 Mar 20 03:30:51 PDT 2024


philnik777 wrote:

> Do we plan on doing a lot of these removals? If so, we should discuss whether to stabilize the transitive includes in C++20, since C++20 has started getting wide adoption and this _is_ going to cause some breakage.

The transitive includes in C++20 are stable. This only changes the transitive includes in C++23 and 26.

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


More information about the libcxx-commits mailing list