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

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 20 03:52:58 PDT 2024


mordante 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.

@ldionne Transitive includes in C++20 have been "stable" (as in no removals) for several year. The last monthly meeting I mentioned C++23 but there was no real consensus to keep C++23 stable.

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


More information about the libcxx-commits mailing list