[libcxx-commits] [libcxx] libc++ test: update MinSequenceContainer.h to make some tests pass on MSVC STL (PR #140287)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 17 18:20:56 PDT 2025
https://github.com/frederick-vs-ja approved this pull request.
> I did not audit if any other member functions are missing. Adding these is enough for MSVC STL
The following member functions are still missing:
- `from_range_t` constructor (since C++23),
- constructor from `(n, t)`,
- `operator=` from `initializer_list`,
- `insert` taking `(p, n, t)`,
- `insert` taking `(p, il)`,
- `assign_range` (since C++23).
No change requested. I think they can be added in a following-up PR.
https://github.com/llvm/llvm-project/pull/140287
More information about the libcxx-commits
mailing list