[libcxx-commits] [libcxx] [libc++] Introduce `__product_iterator_traits` and optimise `flat_map::insert` (PR #139454)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 16 10:46:29 PDT 2025
================
@@ -93,6 +94,25 @@ struct __flat_map_utils {
}
return __num_appended;
}
+
----------------
ldionne wrote:
The `TODO` above can now go away.
https://github.com/llvm/llvm-project/pull/139454
More information about the libcxx-commits
mailing list