mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 21:22:20 +03:00
Modernize std.demangle
This commit is contained in:
parent
4ac4a06ace
commit
8c84c58f70
3 changed files with 44 additions and 65 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue