[Issue 20982] Add a pragma to suppress deprecation messages

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 27 02:36:50 UTC 2020


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 ...
}

--


More information about the Digitalmars-d-bugs mailing list