Remove duplicate void_t definition

This commit is contained in:
John Wellbelove 2022-06-10 21:44:47 +01:00
parent 0ace9654da
commit 4b0abaec6b

View File

@ -8,9 +8,6 @@
namespace etl
{
#if ETL_USING_CPP11
template <typename... T>
using void_t = void;
template <typename T, typename = void>
struct comparator_is_transparent : etl::false_type
{