forked from Alepha/Alepha
Missing ctor.
This commit is contained in:
@ -277,6 +277,8 @@ namespace Alepha::Hydrogen ::detail:: exceptions
|
|||||||
|
|
||||||
~Violation() override { if( not active ) abort(); }
|
~Violation() override { if( not active ) abort(); }
|
||||||
|
|
||||||
|
Violation()= default;
|
||||||
|
|
||||||
Violation( const Violation © )= delete;
|
Violation( const Violation © )= delete;
|
||||||
Violation( Violation © ) : active( copy.active ) { copy.active= false; }
|
Violation( Violation © ) : active( copy.active ) { copy.active= false; }
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user