Changes between Initial Version and Version 1 of Ticket #10093, comment 5
- Timestamp:
- Aug 23, 2014, 12:30:11 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10093, comment 5
initial v1 1 It is not easy to solve because the different compilers handle it in a different way. even worse for some compilers 8MSVC) it is not know where currently catched exceptions are stored.1 It is not easy to solve because the different compilers handle it in a different way. even worse for some compilers (for instance MSVC) it is not know where currently catched exceptions are stored. 2 2 3 3 I've added a note in the doc not to re-throw exceptions from a catch-clause inside a coroutine/context.