Skip to content

Commit 87725bf

Browse files
committed
CI
1 parent d9f21a4 commit 87725bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__iterator/product_iterator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ struct __is_product_iterator_of_size<_Tp, _Size, __enable_if_t<__product_iterato
6969

7070
template <class _Iterator, size_t _Nth>
7171
using __product_iterator_element_t _LIBCPP_NODEBUG =
72-
decltype(__product_iterator_traits<_Iterator>::__get_iterator_element<_Nth>(std::declval<_Iterator>()));
72+
decltype(__product_iterator_traits<_Iterator>::template __get_iterator_element<_Nth>(std::declval<_Iterator>()));
7373

7474
_LIBCPP_END_NAMESPACE_STD
7575

0 commit comments

Comments
 (0)