D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 2478 - std.math.poly Should be const-correct.
Summary: std.math.poly Should be const-correct.
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: x86 Windows
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-29 10:10 UTC by David Simcha
Modified: 2015-06-09 01:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description David Simcha 2008-11-29 10:10:48 UTC
std.math.poly(real x, real[] A) should be:
std.math.poly(real x, const real[] A).
Comment 1 David Simcha 2009-11-30 20:35:13 UTC
Fixed a long time ago.