[Issue 10841] std.conv.parse failed when parsing a slice string

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Aug 17 18:42:43 PDT 2013


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


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jmdavisProg at gmx.com
         Resolution|                            |INVALID


--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2013-08-17 18:42:41 PDT ---
If it worked with 2.062, it was a bug. parse accepts its argument by ref
(because it alters the argument by popping characters off of it as they're
parsed), which means that the argument must be an lvalue, and a slice is not an
lvalue.

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