Compare commits

...

2 Commits

Author SHA1 Message Date
John Wellbelove
36993c04ba
Merge e633327c093de66f125afe9ef2632bd5b7d0fbfb into 20cab3225691a9782f422ad1ad132f3f8ce5cf8a 2026-06-14 08:33:43 +00:00
John Wellbelove
e633327c09 Removed commented out code 2026-06-14 09:33:33 +01:00

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;