01777777777777777777777 [std.conv.octal]

Adam D Ruppe destructionator at gmail.com
Wed Apr 6 20:32:30 UTC 2022


On Wednesday, 6 April 2022 at 20:27:10 UTC, kdevel wrote:
> It's worth a try:
>
> ```
> auto w = std.conv.octal!1777777777777777777777;
> ```

The error message isn't smart enough to suggest this, but putting 
quotes around it ought to work.

auto w = std.conv.octal!"1777777777777777777777";

like that.



More information about the Digitalmars-d mailing list