deprecationSupplemental

Print additional details about a deprecation message. Doesn't increase the error count, or print an additional deprecation prefix.

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

Parameters

loc Loc

location of deprecation

format const(char)*

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

Meta