[Issue 5951] writeln(AAbyValue()) doesn't show the values
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun May  8 00:11:29 PDT 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=5951
kennytm at gmail.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |kennytm at gmail.com
         Resolution|                            |DUPLICATE
--- Comment #1 from kennytm at gmail.com 2011-05-08 00:07:33 PDT ---
Please make this request WONTFIX. AA.byValue simply returns a delegate as shown
in the report. writeln doesn't know if the delegate is from byValue, or just a
normal delegate, not intended for iteration. 
The correct solution is to make byValue a forward range. 
And please stop filing the same bug again and again :). You have already filed
bug 4704 which item #2 is exactly the same as this one.
*** This issue has been marked as a duplicate of issue 4704 ***
-- 
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