[Issue 13509] New: Throwable and Exception ctors aren't nogc

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 20 07:58:44 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13509

          Issue ID: 13509
           Summary: Throwable and Exception ctors aren't nogc
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: destructionator at gmail.com

If you do a @nogc function that emplaces a Throwable, it complains that the
constructors aren't nogc. They should be - no reason not to.

--


More information about the Digitalmars-d-bugs mailing list