Thread overview | |||||
---|---|---|---|---|---|
|
March 30, 2011 [Issue 5797] New: std.math.approxEqual should accept const arguments | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=5797 Summary: std.math.approxEqual should accept const arguments Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: magnus@hetland.org --- Comment #0 from Magnus Lie Hetland <magnus@hetland.org> 2011-03-30 12:52:52 PDT --- At present, approxEqual doesn't accept const arguments. The following fails for me, for example (DMD 2.052, OS X): import std.math; void main() { const uint[] a = [1, 2, 3]; approxEqual(a, a); } The same naturally holds for any other similar function in Phobos that *can* take const arguments (i.e., they probably should), I assume? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
April 23, 2012 [Issue 5797] std.math.approxEqual should accept const arguments | ||||
---|---|---|---|---|
| ||||
Posted in reply to Magnus Lie Hetland | http://d.puremagic.com/issues/show_bug.cgi?id=5797 SomeDude <lovelydear@mailmetrash.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lovelydear@mailmetrash.com --- Comment #1 from SomeDude <lovelydear@mailmetrash.com> 2012-04-23 03:32:33 PDT --- Compiles and runs on 2.059 Win32. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 23, 2013 [Issue 5797] std.math.approxEqual should accept const arguments | ||||
---|---|---|---|---|
| ||||
Posted in reply to Magnus Lie Hetland | http://d.puremagic.com/issues/show_bug.cgi?id=5797 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich@gmail.com Resolution| |WORKSFORME OS/Version|Mac OS X |All -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation