On Saturday, 27 September 2014 at 19:16:24 UTC, Andrei
Alexandrescu wrote:
On 9/27/14, 2:53 AM, Jacob Carlborg wrote:
On 2014-09-23 19:37, Andrei Alexandrescu wrote:
We need a libunwind expert to figure out a good approach for
handling
exceptions thrown by C++ code into D.
BTW, are you only interested in handling C++ exception, or are
you
interested in handling D exceptions in C++ as well?
The more the merrier, but there's a large difference in
importance. For the most part D code (new) will call into C++
code (old) so it's the C++ exceptions we're most worried about.
-- Andrei
Can someone implement an C++ exception transparency? (when
exception, throwed from C++ can be passed through D function and
landed down in C++ code).
Then, if type_info is implemented, I will able to try to
implement C++ exception catching.