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