Where is the __except identifier declared? #11609
Unanswered
TheShermanTanker
asked this question in
Q&A
Replies: 1 comment 3 replies
-
i think it was added to the mingw-w64 api as wrappers at some time as i stumbled upon them by accident but i cannot remember exactly where in the sources. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To my knowledge gcc doesn't support the __try __except that Visual C++ does, but while working on adding compiler support a codebase I'm getting an error for only __try not being defined in the scope, __except seems to be resolved perfectly fine, without any issues. I haven't included excpt.h anywhere so far, and am not using the gcc equivalents __try1 and __except1, so where is __except being defined?
Beta Was this translation helpful? Give feedback.
All reactions