diff --git a/include/etl/type_lookup.h b/include/etl/type_lookup.h index 4eb1c199..0ae1fd26 100644 --- a/include/etl/type_lookup.h +++ b/include/etl/type_lookup.h @@ -84,7 +84,7 @@ namespace etl struct nulltype {}; // For N type pairs. - template + template struct type_from_id_helper { using type = typename etl::conditional + template struct type_from_id_helper { using type = typename etl::conditional struct type_from_id { - using type = typename type_from_id_helper::type; + using type = typename type_from_id_helper::type; static_assert(!(etl::is_same::value), "Invalid id"); };