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

std::move call under __except_handler #1459

Open
SergeyKopienko opened this issue Mar 21, 2024 · 0 comments
Open

std::move call under __except_handler #1459

SergeyKopienko opened this issue Mar 21, 2024 · 0 comments

Comments

@SergeyKopienko
Copy link
Contributor

SergeyKopienko commented Mar 21, 2024

__internal::__except_handler([&]() {

It's looks like an error because we may receive an exceptions from move / copy constructors which will be suppressed by __except_handler or more over __except_handler will terminate process.

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

No branches or pull requests

1 participant