www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Issue 1109] New: gdc doFormat differs from documentation

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1109

           Summary: gdc doFormat differs from documentation
           Product: DGCC aka GDC
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: dvdfrdmn users.sf.net
        ReportedBy: lijat.me gmail.com


the gdc doFormat have a 4 argument signature while the one in the phobos
documentation have only 3. Additionaly there is a import of std.stdarg that is
not marked private or public but is mentioned in comments as if it should be
public.


-- 
Apr 08 2007
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1109


dvdfrdmn users.sf.net changed:

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





Fixed the signature of doFormat.  The comment is from DMD Phobos and will not
be changed.

svn r118 / release 0.24


-- 
Jul 13 2007