diff --git a/include/etl/private/comparator_is_transparent.h b/include/etl/private/comparator_is_transparent.h index f67e4a26..44c7d8ef 100644 --- a/include/etl/private/comparator_is_transparent.h +++ b/include/etl/private/comparator_is_transparent.h @@ -8,9 +8,6 @@ namespace etl { #if ETL_USING_CPP11 - template - using void_t = void; - template struct comparator_is_transparent : etl::false_type {