Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Set terminate handler before calling init #18

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Conversation

kammce
Copy link
Member

@kammce kammce commented Aug 17, 2024

This way we can be trapped in the terminate handler if something in initialize_platform calls std::terminate directly.

Remove the redundant = std::nullopt assignment to std::optional since it default constructs as nullopt.

This way we can be trapped in the terminate handler if something in
initialize_platform calls `std::terminate` directly.

Remove the redundant `= std::nullopt` assignment to `std::optional`
since it default constructs as nullopt.
@kammce kammce merged commit d8816bd into main Aug 17, 2024
16 checks passed
@kammce kammce deleted the further-cleanup branch August 17, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant