Should debug{} allow GC?

Manu via Digitalmars-d digitalmars-d at puremagic.com
Sun Sep 11 00:46:09 PDT 2016


I'm having a lot of trouble debugging @nogc functions. I have a number
of debug functions that use GC, but I can't call them from @nogc
code... should debug{} allow @nogc calls, the same as impure calls?


More information about the Digitalmars-d mailing list