enum class panic_solution
Enumerators
Name | Value | Comment |
---|---|---|
log_and_abort | 0 | default |
throw_logic_error | 1 | enabled in unit tests to detect and recover from panics |
Name | Value | Comment |
---|---|---|
log_and_abort | 0 | default |
throw_logic_error | 1 | enabled in unit tests to detect and recover from panics |