https://issues.dlang.org/show_bug.cgi?id=20982 --- Comment #2 from Andrei Alexandrescu <andrei at erdani.com> --- Another idea from Stefan was to control this programmaticaly: static if (deprecated(symbol)) { ... avoid ... } --