[libcxx-commits] [PATCH] D144262: [libc++][ranges] Implement LWG-3865 Sorting a range of pairs
Nicole Mazzuca via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 21 11:07:29 PST 2023
strega-nil added a comment.
Given that the MSVC-STL team is planning on backporting this fix to C++14 (the earliest supported version), I think it's reasonable to backport this to at least C++11 (see the comment thread <https://github.com/microsoft/STL/pull/3476#discussion_r1110452521>).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144262/new/
https://reviews.llvm.org/D144262
More information about the libcxx-commits
mailing list