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

Mark scope guard dtors as throwing when calling basic_ios::exceptions() #15

Merged
merged 1 commit into from
Oct 2, 2023

Commits on Oct 1, 2023

  1. Mark scope guard dtors as throwing when calling basic_ios::exceptions().

    basic_ios::exceptions() may immediately throw an exception, if the stream
    has an error condition that matches the newly set exception mask. Since
    it is called in destructors of some scope guards, these destructors have
    to be explicitly marked as throwing to avoid terminating the process.
    Lastique committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e72f0c4 View commit details
    Browse the repository at this point in the history