Modernize std.demangle

This commit is contained in:
Jack Stouffer 2018-03-23 13:51:29 -04:00
parent 4ac4a06ace
commit 8c84c58f70
3 changed files with 44 additions and 65 deletions

View file

@ -97,7 +97,7 @@ int main(string[] args)
cast(void) std.math.sin(3.0);
cast(void) std.mathspecial.gamma(6.2);
std.demangle.demangle("hello");
cast(void) std.demangle.demangle("hello");
cast(void) std.uni.isAlpha('A');