mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
Merge b028c0eb81 into 83ab7f4f57
This commit is contained in:
commit
6f589b04c9
1 changed files with 2 additions and 2 deletions
|
|
@ -10751,8 +10751,8 @@ namespace Catch {
|
||||||
|
|
||||||
// If neither SEH nor signal handling is required, the handler impls
|
// If neither SEH nor signal handling is required, the handler impls
|
||||||
// do not have to do anything, and can be empty.
|
// do not have to do anything, and can be empty.
|
||||||
FatalConditionHandler::engage_platform() {}
|
void FatalConditionHandler::engage_platform() {}
|
||||||
FatalConditionHandler::disengage_platform() {}
|
void FatalConditionHandler::disengage_platform() {}
|
||||||
FatalConditionHandler::FatalConditionHandler() = default;
|
FatalConditionHandler::FatalConditionHandler() = default;
|
||||||
FatalConditionHandler::~FatalConditionHandler() = default;
|
FatalConditionHandler::~FatalConditionHandler() = default;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue