enum class panic_solution
Declared at: include/utils.h:90
Enumerators
Name | Value | Comment |
---|---|---|
log_and_abort | 0 | default |
throw_logic_error | 1 | enabled in unit tests to detect and recover from panics |
Declared at: include/utils.h:90
Name | Value | Comment |
---|---|---|
log_and_abort | 0 | default |
throw_logic_error | 1 | enabled in unit tests to detect and recover from panics |