On Tuesday, 23 September 2014 at 18:03:18 UTC, David Nadlinger
wrote:
On Tuesday, 23 September 2014 at 17:37:42 UTC, Andrei
Alexandrescu wrote:
We need a libunwind expert to figure out a good approach for
handling exceptions thrown by C++ code into D.
Is anyone fluent with libunwind?
[…]
The main question to decide is whether you want to go
down the catch-C++-exceptions-in-D rabbit hole.
Let me also note that if you do, it's no longer a question of
just libunwind, but also of C++ runtime internals. I assume your
primary target is g++ on Linux x86/x86_64?
David