aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/set_symmetric_difference.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__algorithm/set_symmetric_difference.h')
-rw-r--r--libcxx/include/__algorithm/set_symmetric_difference.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/include/__algorithm/set_symmetric_difference.h b/libcxx/include/__algorithm/set_symmetric_difference.h
index bcb09587032b..832c3979bfd7 100644
--- a/libcxx/include/__algorithm/set_symmetric_difference.h
+++ b/libcxx/include/__algorithm/set_symmetric_difference.h
@@ -96,8 +96,7 @@ _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_symmetri
std::move(__first2),
std::move(__last2),
std::move(__result),
- __less<typename iterator_traits<_InputIterator1>::value_type,
- typename iterator_traits<_InputIterator2>::value_type>());
+ __less<>());
}
_LIBCPP_END_NAMESPACE_STD