[libcxx-commits] [libcxx] libc++ test: update MinSequenceContainer.h to make some tests pass on MSVC STL (PR #140287)

Stephan T. Lavavej via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 17 04:59:43 PDT 2025


StephanTLavavej wrote:

> please confirm if supporting pre-C++23 containers in `<flat_set>` is non-goal for MSVC STL

I'd say yes, that's a non-goal. It seems to me that if someone wants to use a new container adaptor, they can be expected to provide a sufficiently modern container.

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


More information about the libcxx-commits mailing list