[libcxx-commits] [libcxx] libc++ test: update MinSequenceContainer.h to make some tests pass on MSVC STL (PR #140287)
Alex Guteniev via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 17 03:03:37 PDT 2025
================
@@ -47,6 +54,13 @@ struct MinSequenceContainer {
return from_vector_iterator(data_.insert(to_vector_iterator(p), std::move(value)));
}
+#if defined(__cpp_lib_containers_ranges) && __cpp_lib_containers_ranges >= 202202L
----------------
AlexGuteniev wrote:
I don't know. If there's no pre-C++23 mode for this class, it can be dropped.
https://github.com/llvm/llvm-project/pull/140287
More information about the libcxx-commits
mailing list