[libcxx-commits] [libcxx] [libc++] constexpr flat_multimap (PR #148417)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 15 10:06:36 PDT 2025
================
@@ -15,6 +15,7 @@
// template<class K> iterator insert(P&& x);
// template<class K> iterator insert(const_iterator hint, P&& x);
+#include <__flat_map/sorted_equivalent.h>
----------------
ldionne wrote:
Why are we adding this include? We shouldn't be including private files from standard tests.
https://github.com/llvm/llvm-project/pull/148417
More information about the libcxx-commits
mailing list