-
- Downloads
Reset state before throwing error
When the runtime_error is caught, one should be able to call the same function and get the same error again. This is done by moving the `this->Initialized = 1;` line behind the error throw.
Loading
Please register or sign in to comment