D - typedefs and aliases always public
- Sark7 (1/1) Mar 03 2004 Why? It is a bad idea imho.
- C. Sauls (13/14) Mar 03 2004 Unless I'm mistaken the following should work just fine...
- Manfred Nowak (5/6) Mar 06 2004 [...]
In article <opr4bhnbczut8jae news.digitalmars.com>, Sark7 says...Why? It is a bad idea imho.Unless I'm mistaken the following should work just fine... <snip> module mymod; . . private { typedef int my_t; alias double real64; } . . </snip> -C. Sauls -Invironz
Mar 03 2004
C. Sauls wrote:Unless I'm mistaken the following should work just fine...[...] As I already reported under "[experts] private typedef" the private attribute is accepted but not followed. So long.
Mar 06 2004