-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile on dmd 2.060 #70
Comments
Line 152 needs to both be const and take a const ref as parameter. That doesn't work on 2.059 though.. |
I've used std.compiler now to (hopefully, didn't test 2.060 yet) make both work. I'll remove the 2.059 code around the time when 2.061 comes out. But 2.060 seems to be an exceptionally promising release.. maybe the most important release since the beginning of the 2.x branch :) |
I'll test when I get home tonight. It's a promising release indeed. Perhaps we can finally start using const to a larger degree. |
Works, thanks. |
These changes was rolled back in dmd...
|
Changes in const correctness and some deprecated functions:
The text was updated successfully, but these errors were encountered: