This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I wrote:
However, if...
- the C++ "catch" code calls some C function
- this C function then calls back into C++ code
- this C++ code now throws an exception
...then the exception is not caught
Err, instead of `the C++ "catch" code' I probably should have said `the
C++ "try" code'.| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |