LDC 0.11.0 has been released!

bearophile bearophileHUGS at lycos.com
Wed Oct 2 18:43:13 PDT 2013


I don't remember if the round() function was already fixed:


import std.stdio: writeln;
import std.math: round;
void main() {
     writeln(round(1.5));
}



I have also found a little performance bug, take a look at the 
timings below the second version of this Rosettacode task:

http://rosettacode.org/wiki/Zebra_puzzle#Alternative_Version

Bye,
bearophile


More information about the digitalmars-d-ldc mailing list