[libcxx-commits] [libcxx] [libc++] Fix ambiguous call in {ranges, std}::find (PR #122641)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 11 01:03:50 PST 2025
================
@@ -16,6 +16,7 @@
#include <__algorithm/min.h>
#include <__assert>
#include <__bit/countr.h>
+#include <__bit/invert_if.h>
----------------
ldionne wrote:
I don't see where this is used in this header?
https://github.com/llvm/llvm-project/pull/122641
More information about the libcxx-commits
mailing list