[libcxx-commits] [libcxx] [libc++] Fix ambiguous call in {ranges, std}::find (PR #122641)

Peng Liu via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 11 20:55:08 PST 2025


================
@@ -16,6 +16,7 @@
 #include <__algorithm/min.h>
 #include <__assert>
 #include <__bit/countr.h>
+#include <__bit/invert_if.h>
----------------
winner245 wrote:

Thanks. This has been removed. 

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


More information about the libcxx-commits mailing list