why remove octal literal support?

Adam D Ruppe destructionator at gmail.com
Fri Nov 3 15:15:31 UTC 2023


On Friday, 3 November 2023 at 15:07:41 UTC, d007 wrote:
> dlang is know for compile speed,  but in reality d project 
> compile slow because so much ctfe and tempalte.

Some ctfe and templates are slow. Usually larger functions or 
array/string append loops end up being to blame.

Octal literals don't really matter either way because they're so 
small.



More information about the Digitalmars-d-learn mailing list