QtD 0.1 is out!

Walter Bright newshound1 at digitalmars.com
Sat Feb 28 18:33:50 PST 2009


Christopher Wright wrote:
> Walter Bright wrote:
>> Christopher Wright wrote:
>>> Additionally, the compiler has sufficient information to complain 
>>> about the problem at compile time, but it doesn't. That is a bug.
>>
>> No, it does not. The compiler doesn't know about private imports of 
>> separately compiled modules.
> 
> Okay, the compiler could gain that information, but it does not, since 
> it is not required. In many cases, the compiler could detect these 
> issues. Detecting these would be a reasonable, if low priority, 
> enhancement.

The problem if it detects it in an implementation-defined manner is the 
source code is no longer portable.


More information about the Digitalmars-d-announce mailing list