[libcxx-commits] [libcxx] [libc++] Optimize lexicographical_compare (PR #65279)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 1 08:49:16 PDT 2024


================
@@ -11,39 +11,101 @@
 
 #include <__algorithm/comp.h>
 #include <__algorithm/comp_ref_type.h>
----------------
ldionne wrote:

I think this include isn't needed anymore.

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


More information about the libcxx-commits mailing list