mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
dmd deprecation handling
This commit is contained in:
parent
498a0b0756
commit
776d34f534
10 changed files with 85 additions and 40 deletions
|
@ -39,7 +39,7 @@ struct CssSize {
|
|||
|
||||
int getPixels(int oneEm, int oneHundredPercent)
|
||||
// out (ret) { assert(ret >= 0, to!string(ret) ~ " " ~ definition); }
|
||||
body {
|
||||
do {
|
||||
if(definition.length == 0 || definition == "none")
|
||||
return 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue