mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
Enhanced deprecation message on JSON_TYPE alias
Add hint to message to also change the enum members.
This commit is contained in:
parent
ae03972df1
commit
1479200267
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ enum JSONType : byte
|
||||||
/* deprecated("Use .false_") */ FALSE = false_,
|
/* deprecated("Use .false_") */ FALSE = false_,
|
||||||
}
|
}
|
||||||
|
|
||||||
deprecated("Use JSONType") alias JSON_TYPE = JSONType;
|
deprecated("Use JSONType and the new enum member names") alias JSON_TYPE = JSONType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
JSON value node
|
JSON value node
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue