Change to 'parameter_type_t' definition.

This commit is contained in:
John Wellbelove 2017-07-02 12:35:08 +01:00
parent 04a9cb7bba
commit 814382a5c8

View File

@ -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.