diff --git a/src/gfx/pal_packing.cpp b/src/gfx/pal_packing.cpp index 399f3e54..c266ecc1 100644 --- a/src/gfx/pal_packing.cpp +++ b/src/gfx/pal_packing.cpp @@ -83,7 +83,7 @@ private: using value_type = ProtoPalAttrs; using pointer = Constness *; using reference = Constness &; - using iterator_category = std::input_iterator_tag; + using iterator_category = std::forward_iterator_tag; private: Constness *_array = nullptr;