From 4b0abaec6b112b3fc146303f1ee65db7bf357299 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Fri, 10 Jun 2022 21:44:47 +0100 Subject: [PATCH] Remove duplicate void_t definition --- include/etl/private/comparator_is_transparent.h | 3 --- 1 file changed, 3 deletions(-) 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 {