Skip to content

Commit

Permalink
meta_range_iterator: iterator_concept
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Nov 26, 2023
1 parent 228066c commit 60e2557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entt/meta/range.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ struct meta_range_iterator final {
using pointer = input_iterator_pointer<value_type>;
using reference = value_type;
using iterator_category = std::input_iterator_tag;
using iterator_concept = std::random_access_iterator_tag;

constexpr meta_range_iterator() noexcept
: it{},
Expand Down

0 comments on commit 60e2557

Please sign in to comment.