[libcxx-commits] [libcxx] [libc++] Optimize the two range overload of mismatch (PR #86853)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 28 09:49:20 PDT 2024


================
@@ -71,8 +77,8 @@ struct __fn {
             class _Proj1 = identity,
             class _Proj2 = identity>
     requires indirectly_comparable<iterator_t<_R1>, iterator_t<_R2>, _Pred, _Proj1, _Proj2>
-  _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr mismatch_result<borrowed_iterator_t<_R1>,
-                                                                        borrowed_iterator_t<_R2>>
+  _LIBCPP_NODISCARD_EXT
----------------
ldionne wrote:

Please check your formatting.

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


More information about the libcxx-commits mailing list