sqrt(2) must go

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Oct 19 10:20:27 PDT 2011


That call "return sqrt(f);" should have been "return sqrt!F(f)" that
forwards to sqrt functions that take floats/doubles/reals. Again these
would be templates.. it's a shame templates still can't overload
against functions.


More information about the Digitalmars-d mailing list