[libcxx-commits] [libcxx] [libc++] Implement P2077R3: Heterogeneous erasure overloads for associative containers (PR #174680)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 9 05:47:55 PST 2026
================
@@ -182,6 +174,59 @@ void test_non_transparent_equal_range(Container c) {
assert(conversions == 3);
}
+# if TEST_STD_VER >= 23
+
----------------
frederick-vs-ja wrote:
I think we need to test return types and exact return values here.
https://github.com/llvm/llvm-project/pull/174680
More information about the libcxx-commits
mailing list