Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
  • Loading branch information
danhoeflinger committed Aug 13, 2024
1 parent 92e6c2f commit c03ccd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/dpl/pstl/tuple_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ inline constexpr bool __is_std_tuple_v = __is_std_tuple<T>::value;
// or LHS = std::tuple + RHS = this internal tuple type
// Note: We do not allow LHS to be "any compatible type" with a RHS as this internal tuple type because then we would
// have ambiguity comparing two different compatible internal tuple types, because both instantiations would
// create the necessary comparison. As written, the type instantation of the type in the LHS is always
// create the necessary comparison. As written, the type instantiation of the type in the LHS is always
// responsible for creating this comparison operator.
template <typename _ThisTuple, typename _U, typename _V>
inline constexpr bool __enable_comparison_op_v =
Expand Down

0 comments on commit c03ccd9

Please sign in to comment.