deprecationSupplemental

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

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

Parameters

loc Loc

location of deprecation

format const(char)*

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

Suggestion Box / Bug Report