[Issue 11525] New: REG(2.065): Error: 'a[] *= a[]' each element is not a scalar, it is a Complex!double

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 16 01:15:18 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11525

           Summary: REG(2.065): Error: 'a[] *= a[]' each element is not a
                    scalar, it is a Complex!double
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: timothee.cour2 at gmail.com


--- Comment #0 from Timothee Cour <timothee.cour2 at gmail.com> 2013-11-16 01:15:17 PST ---
works in 2.064.2, fails in 2.065
import std.complex;
void main(){
  auto a=[Complex!double.init];
  a[]*=a[];
}

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


More information about the Digitalmars-d-bugs mailing list