Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always initialize a variable to avoid -Wmaybe-uninitialized
This warning is sometimes given (e.g. when using optional<int>) and can't be easily suppressed from the application code, so ensure the variable is always initialized to avoid it. Closes #1037. See #1038.
- Loading branch information