vdeprecation

Same as deprecation, but takes a va_list parameter, and optionally additional message prefixes.

nothrow extern (C++)
void
vdeprecation
(
const ref Loc loc
,
const(char)* format
,
va_list ap
,
const(char)* p1 = null
,
const(char)* p2 = null
)

Parameters

loc
Type: Loc

location of deprecation

format
Type: const(char)*

printf-style format specification

ap
Type: va_list

printf-style variadic arguments

p1
Type: const(char)*

additional message prefix

p2
Type: const(char)*

additional message prefix

Meta