https://issues.dlang.org/show_bug.cgi?id=18404
Eyal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Eyal <[email protected]> --- That's a great idea. If there was: * a way to white-list a specific piece of code to avoid -vgc, e.g: explicit @gc are filtered from -vgc, or maybe via -vimplicit_gc (that excludes @gc code) * a way to make -vimplicit_gc outputs compilation errors Then we could explicitly white-list specific GC code instead of black-listing GC almost *everywhere*. --
