Any libunwind experts n da house?

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 25 06:58:24 PDT 2014


On 9/25/14, 4:55 AM, Kagamin wrote:
> On Wednesday, 24 September 2014 at 15:07:05 UTC, Andrei Alexandrescu wrote:
>> I wonder how difficult would be to create a wrapper class CppException
>> for everything derived from C++ std::exception.
>
> Why not catch std::exception directly? Then you could generate code,
> just like C++ compiler does it.

That would be a language change - right now D can only catch Exception 
objects.

Andrei



More information about the Digitalmars-d mailing list