mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Fix merge error
This commit is contained in:
parent
52e57bc8b6
commit
1d47e1b731
@ -53,17 +53,6 @@ namespace etl
|
||||
template <typename... TTypes>
|
||||
struct type_list;
|
||||
|
||||
template <typename T>
|
||||
struct is_type_list : etl::false_type {};
|
||||
|
||||
template <typename... TTypes>
|
||||
struct is_type_list<etl::type_list<TTypes...>> : etl::true_type {};
|
||||
|
||||
#if ETL_USING_CPP17
|
||||
template <typename T>
|
||||
inline constexpr bool is_type_list_v = is_type_list<T>::value;
|
||||
#endif
|
||||
|
||||
//***************************************************************************
|
||||
/// Check if a type is an etl::type_list.
|
||||
//***************************************************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user