Finding large difference b/w execution time of c++ and D codes for same problem
FG
home at fgda.pl
Wed Feb 13 05:44:36 PST 2013
On 2013-02-13 14:26, Marco Leise wrote:
> template Julia(TReal)
> {
> struct ComplexStruct
> {
> float r;
> float i;
> ...
Why aren't r and i of type TReal?
More information about the Digitalmars-d-learn
mailing list