#1056 Bug: variadic_variant doesn't use the type_id_t type to store type_id

This commit is contained in:
John Wellbelove 2025-03-28 15:35:45 +00:00
parent 6508e61153
commit 21ea151532

View File

@ -378,11 +378,6 @@ namespace etl
{
public:
//***************************************************************************
/// The type used for ids.
//***************************************************************************
using type_id_t = uint_least8_t ;
//***************************************************************************
/// get() is a friend function.
//***************************************************************************