Module-level private not honored?
    Lars T. Kyllingstad 
    public at kyllingen.NOSPAMnet
       
    Wed Feb  3 00:08:00 PST 2010
    
    
  
Ali Çehreli wrote:
> Do I understand module level access rights correctly, or is there a dmd 
> bug?
> 
> Instead of coming up with an example, I will use a Phobos class: 
> std.demangle.MangleException is private in its module; yet I can use it 
> in my program:
> 
> import std.demangle;
> 
> void main()
> {
>     auto me = new MangleException;
> }
> 
> Ali
It's a known bug:
http://d.puremagic.com/issues/show_bug.cgi?id=2830
-Lars
    
    
More information about the Digitalmars-d-learn
mailing list