[Issue 2478] New: std.math.poly Should be const-correct.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 29 08:10:50 PST 2008


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

           Summary: std.math.poly Should be const-correct.
           Product: D
           Version: 2.021
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: dsimcha at yahoo.com


std.math.poly(real x, real[] A) should be:
std.math.poly(real x, const real[] A).


-- 



More information about the Digitalmars-d-bugs mailing list