www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 2264] New: typo in documentation regarding atof

reply d-bugmail puremagic.com writes:
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


-- 
Aug 03 2008
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2264


andrei metalanguage.com changed:

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





Fixed in SVN, will be delivered with the next release. Thanks!


-- 
Aug 03 2008