forked from Alepha/Alepha
Merge branch 'master' of coruscant:/Sources/Repositories/Alepha
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
static_assert( __cplusplus > 2020'00 );
|
||||
static_assert( __cplusplus > 2020'99 );
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -277,6 +277,8 @@ namespace Alepha::Hydrogen ::detail:: Exception_m
|
||||
|
||||
~Violation() override { if( not active ) abort(); }
|
||||
|
||||
Violation()= default;
|
||||
|
||||
Violation( const Violation © )= delete;
|
||||
Violation( Violation © ) : active( copy.active ) { copy.active= false; }
|
||||
};
|
||||
|
Reference in New Issue
Block a user