[libcxx-commits] [libcxx] [libc++] Implement P3567R2 flat_meow fixes (PR #162022)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 10 11:00:41 PDT 2025


================
@@ -587,6 +587,15 @@ class flat_map {
     __append_sort_merge_unique</*WasSorted = */ false>(ranges::begin(__range), ranges::end(__range));
----------------
ldionne wrote:

This should mark the paper as implemented, once it is voted.

https://github.com/llvm/llvm-project/pull/162022


More information about the libcxx-commits mailing list