Skip to content

Commit

Permalink
Update stl_iterator.h [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ilobilo authored Jun 16, 2023
1 parent 2beece5 commit b9d707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bits/stl_iterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -2615,7 +2615,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION

template<forward_iterator _It>
struct __basic_const_iterator_iter_cat<_It>
{ using iterator_category = iterator_traits<_It>::iterator_category; };
{ using iterator_category = typename iterator_traits<_It>::iterator_category; };
} // namespace detail

template<input_iterator _It>
Expand Down

0 comments on commit b9d707f

Please sign in to comment.