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

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 29 04:12:10 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
----------------
philnik777 wrote:

The formatting job is happy and my clang-format doesn't complain either.

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


More information about the libcxx-commits mailing list