deprecation

Print a deprecation message, may increase the global warning or error count depending on whether deprecations are ignored.

  1. void deprecation(Loc loc, const(char)* format, ...)
    nothrow extern (C++)
    static if(__VERSION__ < 2092)
    void
    deprecation
    (
    const ref Loc loc
    ,
    const(char)* format
    ,)
  2. void deprecation(Loc loc, const(char)* format, ...)

Parameters

loc Loc

location of deprecation

format const(char)*

printf-style format specification ... = printf-style variadic arguments

Meta