[Issue 1452] New: std.cstream doc incorrect - imports of stream and	stdio are not public
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Aug 29 11:51:51 PDT 2007
    
    
  
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 at digitalmars.com
        ReportedBy: wbaxter at 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.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list