D - friend access
- Walter (8/8) Aug 15 2002 I have adjusted the spec so that module members are implicitly granted
I have adjusted the spec so that module members are implicitly granted access to private members of classes of the same module, this neatly eliminates the need for friend declarations. Thanks to all who contributed on this topic. www.digitalmars.com/d/attribute.html www.digitalmars.com/d/cpptod.html A compiler implementation for it will go out in the next update. -Walter
Aug 15 2002