Changes between Initial Version and Version 1 of Ticket #10093, comment 5


Ignore:
Timestamp:
Aug 23, 2014, 12:30:11 PM (8 years ago)
Author:
olli

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.
     1It 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.
    22
    33I've added a note in the doc not to re-throw exceptions from a catch-clause inside a coroutine/context.