On 06/06/2013 04:05 PM, Joseph Rushton Wakeling wrote: > real _max = real.min;
... should be tweaked to
real _max = real.min_normal;
according to the deprecation list:
http://dlang.org/deprecate.html#.min%20property%20for%20floating%20point%20types
