Exceptions in @nogc code

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 2 11:41:45 PDT 2017


On Sunday, 2 April 2017 at 18:16:43 UTC, Johannes Pfau wrote:
> I do not want GC _allocation_ for embedded systems (don't even
> want to link in the GC or GC stub code) ;-)

Then don't use operator `new`... you're probably using some kind 
of custom druntime anyway.


More information about the Digitalmars-d mailing list