[Issue 5555] Built-in associative arrays in pure nothrow functions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 5 11:26:02 PDT 2012


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


Witold Baryluk <baryluk at smp.if.uj.edu.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |baryluk at smp.if.uj.edu.pl


--- Comment #3 from Witold Baryluk <baryluk at smp.if.uj.edu.pl> 2012-07-05 11:25:55 PDT ---
Any updates? I'm trying to implement toHash() method which needs to be nothrow,
and inside it I use aa.byKey or aa.keys or foreach (...; aa). Currently I
cannot without some hacks. Fixes in rt.* should be relatively easy for most of
this functions.

Regards,
Witek

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