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.

Reply via email to