Removed commented out code

This commit is contained in:
John Wellbelove 2026-06-14 09:33:33 +01:00
parent 475abe4d69
commit e633327c09

View File

@ -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
template <typename T, typename... TypeLists>
inline constexpr bool type_list_in_any_list_v = type_list_in_any_list<T, TypeLists...>::value;