DMD 2.066.0-b1 feedback

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 6 13:12:26 PDT 2014


On 7/5/2014 4:22 AM, Tove wrote:
> The beta works great this far, just sharing some few initial surprises.
>
> 1) The lookup rules for namespaces seem overly permissive:
>
> extern (C++, A.B.C):
> void cpp() { }
>
> All these work:
> A.cpp
> B.cpp
> C.cpp
> A.B.cpp
> B.C.cpp
> A.B.C.cpp

The lookup rules are the same for imports and template mixins.



More information about the Digitalmars-d mailing list