diff --git a/VTIL-Common/io/table_view.hpp b/VTIL-Common/io/table_view.hpp index 7fb7f70..052d670 100644 --- a/VTIL-Common/io/table_view.hpp +++ b/VTIL-Common/io/table_view.hpp @@ -87,7 +87,7 @@ namespace vtil::format std::vector> string_entries; string_entries.reserve( entry_count ); - for ( auto eit = std::begin( data_source ); eit != std::end( data_source ); eit++ ) + for ( auto eit = std::begin( data_source ); eit != std::end( data_source ); ++eit ) { auto& output = string_entries.emplace_back(); make_constant_series( [ & ] ( auto tag )