www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 1452] New: std.cstream doc incorrect - imports of stream and stdio are not public

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

           Summary: std.cstream doc incorrect - imports of stream and stdio
                    are not public
           Product: D
           Version: 1.020
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: wbaxter gmail.com


The std.cstream doc says "Both std.c.stdio and std.stream are publicly imported
by std.cstream."

But in fact both imports are private.

Either the doc needs to be changed, or 'public' needs to be added to those
imports.

I suspect this is a holdover of the change from public default to private
default on imports.


-- 
Aug 29 2007