mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-15 08:26:04 +08:00
Removed commented out code
This commit is contained in:
parent
475abe4d69
commit
e633327c09
@ -992,12 +992,6 @@ namespace etl
|
|||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
//// Specialisation if no lists provided.
|
|
||||||
//template <typename T>
|
|
||||||
//struct type_list_in_any_list<T> : etl::false_type
|
|
||||||
//{
|
|
||||||
//};
|
|
||||||
|
|
||||||
#if ETL_USING_CPP17
|
#if ETL_USING_CPP17
|
||||||
template <typename T, typename... TypeLists>
|
template <typename T, typename... TypeLists>
|
||||||
inline constexpr bool type_list_in_any_list_v = type_list_in_any_list<T, TypeLists...>::value;
|
inline constexpr bool type_list_in_any_list_v = type_list_in_any_list<T, TypeLists...>::value;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user