mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 08:56:06 +08:00
Merge branch 'feature/#465-harmonize-copy-ctor-and-assignment-op-for-etl--delegate' into development
This commit is contained in:
commit
572eedcf97
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user