diff --git a/include/etl/delegate.h b/include/etl/delegate.h index 49faf477..b8062c45 100644 --- a/include/etl/delegate.h +++ b/include/etl/delegate.h @@ -111,10 +111,7 @@ namespace etl //************************************************************************* // Copy constructor. //************************************************************************* - ETL_CONSTEXPR14 delegate(const delegate& other) - : invocation(other.invocation) - { - } + ETL_CONSTEXPR14 delegate(const delegate& other) = default; //************************************************************************* // Construct from lambda or functor.