mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Change to 'parameter_type_t' definition.
This commit is contained in:
parent
04a9cb7bba
commit
814382a5c8
@ -243,7 +243,6 @@ namespace etl
|
||||
return (size() < 2);
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
//*************************************************************************
|
||||
@ -332,7 +331,7 @@ namespace etl
|
||||
|
||||
protected:
|
||||
|
||||
typedef typename etl::parameter_type<T, is_fundamental<T>::value || is_pointer<T>::value>::type parameter_t;
|
||||
typedef typename etl::parameter_type<T>::type parameter_t;
|
||||
|
||||
//*************************************************************************
|
||||
/// The data node element in the list.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user