[libcxx-commits] [libcxx] [libc++] Support sorting consteval-only ranges (PR #134623)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 10 19:52:27 PDT 2025
================
@@ -362,6 +362,111 @@ cpp20_random_access_iterator(It) -> cpp20_random_access_iterator<It>;
static_assert(std::random_access_iterator<cpp20_random_access_iterator<int*>>);
+template <std::random_access_iterator It>
----------------
frederick-vs-ja wrote:
Done.
https://github.com/llvm/llvm-project/pull/134623
More information about the libcxx-commits
mailing list