[libcxx-commits] [libcxx] libc++ test: update MinSequenceContainer.h to make some tests pass on MSVC STL (PR #140287)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 17 03:54:35 PDT 2025
huixie90 wrote:
thanks for the fix. actually i made a commit recently which relies on this helper type's absence of `insert_range`
https://github.com/llvm/llvm-project/commit/4b104c68530581cb72da687b6edf61f5e799b5c1#diff-0c32ebccc1456e2143518d2ce055db04535240cab1881f8f3412362f8ae22521
this means i need to refactor the test not to use MinSenquenceContainer to make CI green.
https://github.com/llvm/llvm-project/pull/140287
More information about the libcxx-commits
mailing list