Use C++ exception model in D

Iain Buclaw ibuclaw at gdcproject.org
Wed Apr 9 23:29:28 PDT 2014


On 9 April 2014 23:55, David Nadlinger <code at klickverbot.at> wrote:
> On Wednesday, 9 April 2014 at 21:19:46 UTC, Marco Leise wrote:
>>
>> Am Wed, 09 Apr 2014 17:27:55 +0000
>> schrieb "David Nadlinger" <code at klickverbot.at>:
>>
>>> They don't. GDC and LDC use libunwind, whereas DMD uses its own custom EH
>>> implementation.
>>
>>
>> Is libunwind somehow copied verbatim in the GDC/LDC sources?
>> Because I'm pretty sure I only installed it 2 weeks ago when
>> some benchmark tool from Google asked me to install it.
>
>
> The implementation is part of the runtime libraries shipped by GCC (and
> installed by default on every system).
>

Just look for something like  /usr/lib/gcc/<xxx>/<x.x>/include if
you've installed the libgcc-dev files.


More information about the Digitalmars-d mailing list