> What is the -safe option? I don't see it in DMD help. > > @safe is specified without @nogc, but calling function is > @nogc, so I think that #1 should be chosen. I pulled that from here: http://dlang.org/memory-safe-d.html Maybe that's out of date?