We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
filesystem.h:1130
try_open_file does not throw exceptions as it returns a file+error result. But its disabled because it's inside the ifdef WIL_ENABLE_EXCEPTIONS.
Does this still throw or is this just a bug?
The text was updated successfully, but these errors were encountered:
From what I recall during PR discussion, @ChrisGuzak said that this was intentional
Sorry, something went wrong.
does not throw. it could be moved out.
Thanks for the responses! Sorry I should have contributed my own pr for this
ChrisGuzak
No branches or pull requests
filesystem.h:1130
try_open_file does not throw exceptions as it returns a file+error result. But its disabled because it's inside the ifdef WIL_ENABLE_EXCEPTIONS.
Does this still throw or is this just a bug?
The text was updated successfully, but these errors were encountered: