August 03, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2264

           Summary: typo in documentation regarding atof
           Product: D
           Version: 2.017
          Platform: PC
               URL: http://www.digitalmars.com/d/2.0/phobos/std_string.html
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: pelekhay@gmail.com


Convert string to real. Scheduled for deprecation. Use the to!(int)(s) or
parse!(int)(s) routines in std.conv.

int type used as template argument


-- 

August 03, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2264


andrei@metalanguage.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from andrei@metalanguage.com  2008-08-03 09:56 -------
Fixed in SVN, will be delivered with the next release. Thanks!


--