[Issue 11188] std.math.abs fails for shared, const or immutable BigInt types

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 1 18:35:12 PDT 2013


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


Simen Kjaeraas <simen.kjaras at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |simen.kjaras at gmail.com


--- Comment #6 from Simen Kjaeraas <simen.kjaras at gmail.com> 2013-11-01 18:35:01 PDT ---
https://github.com/D-Programming-Language/phobos/pull/1679

This pull solves some of the problems in this issue. Shared is more
complicated, so will have to wait.

It may be that the problems of shared are better fixed elsewhere - pure
functions on a type that's implicitly castable to immutable seem like they
should be callable with shared parameters, but I might be wrong.

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


More information about the Digitalmars-d-bugs mailing list