aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/set_union.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__algorithm/set_union.h')
-rw-r--r--libcxx/include/__algorithm/set_union.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/include/__algorithm/set_union.h b/libcxx/include/__algorithm/set_union.h
index 4d154b81e092..cf48adae03be 100644
--- a/libcxx/include/__algorithm/set_union.h
+++ b/libcxx/include/__algorithm/set_union.h
@@ -92,8 +92,7 @@ _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_union(
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