http://d.puremagic.com/issues/show_bug.cgi?id=10881



--- Comment #2 from [email protected] 2013-08-24 16:21:56 PDT ---
Heh. Seem auto-promotion hid the fact that gaussian integers aren't actually
supported:

import std.complex;
void main() {
        auto x = complex!int(1,2);
        pragma(msg, typeof(x)); // prints Complex!double
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to