diff --git a/hpx/parallel/util/detail/chunk_size_iterator.hpp b/hpx/parallel/util/detail/chunk_size_iterator.hpp index 6e1e6f458bf0..dd355c76ef5f 100644 --- a/hpx/parallel/util/detail/chunk_size_iterator.hpp +++ b/hpx/parallel/util/detail/chunk_size_iterator.hpp @@ -25,13 +25,13 @@ namespace hpx { namespace parallel { namespace util { namespace detail : public hpx::util::iterator_facade< chunk_size_iterator, hpx::util::tuple const, - std::forward_iterator_tag> + std::input_iterator_tag> { private: typedef hpx::util::iterator_facade< chunk_size_iterator, hpx::util::tuple const, - std::forward_iterator_tag + std::input_iterator_tag > base_type; public: @@ -90,13 +90,13 @@ namespace hpx { namespace parallel { namespace util { namespace detail : public hpx::util::iterator_facade< chunk_size_idx_iterator, hpx::util::tuple const, - std::forward_iterator_tag> + std::input_iterator_tag> { private: typedef hpx::util::iterator_facade< chunk_size_idx_iterator, hpx::util::tuple const, - std::forward_iterator_tag + std::input_iterator_tag > base_type; public: