Actions
Bug #3327
closedLimitedIo slices the caught exception by copying it
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Exceptions cannot be copied through the (polymorphic) reference obtained from a catch
statement, otherwise object slicing will occur, thereby losing information about the original exception object that has been thrown.
An std::exception_ptr
must be used.
Actions