https://issues.dlang.org/show_bug.cgi?id=20479
Dominikus Dittes Scherkl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dominikus Dittes Scherkl <[email protected]> --- This is not D_as_better_C specific. The octal template requires a string as template-parameter, because any other type would have already been interpreted as a decimal (e.g. decimal 167 would be converted to octal 347 which is very unexpected). So I think this bug report is invalid. String is necessary. --
