[Issue 3195] `std.conv` pureness

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Aug 28 08:34:54 PDT 2009


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


Andrei Alexandrescu <andrei at metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |LATER




--- Comment #1 from Andrei Alexandrescu <andrei at metalanguage.com>  2009-08-28 08:34:52 PDT ---
They should, but many are not automatically checkable. For example, the
array-to-array conversion writes to a local temporary and then returns it.
Technically that is pure, but the compiler cannot prove that as of this time. I
will close this for now.

-- 
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