You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runtime: Propagate failure from BasicFileOutputStream::open_file
There was previously no good way to tell if `open_file` was successful,
so this can be considered a fix.
BREAKING CHANGE: Various classes in `output_serializer`, such as
`FileSerializer` and `BasicFileOutputStream` return `[[nodiscard]] bool`
from the `open_file()` method. Since this method previously returned
`void`, this will cause errors for inheriting classes, and warnings
for users.
BREAKING CHANGE: Required C++ standard for runtime is bumped from 14 to
17. This shouldn't be a problem for most people.
0 commit comments