Specifying C++ symbols in C++ namespaces

Ola Fosheim Grøstad" <ola.fosheim.grostad+dlang at gmail.com> Ola Fosheim Grøstad" <ola.fosheim.grostad+dlang at gmail.com>
Fri Apr 4 13:00:13 PDT 2014


On Friday, 4 April 2014 at 19:43:56 UTC, Walter Bright wrote:
>   foo();  // error, ambiguous, which one?
>   S.T.foo(); // S undefined

I want explicit namespaces "S::T::foo()".


More information about the Digitalmars-d mailing list