mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 00:46:03 +08:00
Remove duplicate void_t definition
This commit is contained in:
parent
0ace9654da
commit
4b0abaec6b
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user