Skip to content

Commit 21ea151

Browse files
author
John Wellbelove
committed
#1056 Bug: variadic_variant doesn't use the type_id_t type to store type_id
1 parent 6508e61 commit 21ea151

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/etl/private/variant_variadic.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,6 @@ namespace etl
378378
{
379379
public:
380380

381-
//***************************************************************************
382-
/// The type used for ids.
383-
//***************************************************************************
384-
using type_id_t = uint_least8_t ;
385-
386381
//***************************************************************************
387382
/// get() is a friend function.
388383
//***************************************************************************

0 commit comments

Comments
 (0)