diff --git a/VTIL-Common/io/formatting.hpp b/VTIL-Common/io/formatting.hpp index 79519e9..387be67 100644 --- a/VTIL-Common/io/formatting.hpp +++ b/VTIL-Common/io/formatting.hpp @@ -455,7 +455,7 @@ namespace vtil::format { // Required typedefs. // - using entry_type_t = typename iterator_value_type_t; + using entry_type_t = iterator_value_type_t; // Declare field count. //