Specifying C++ symbols in C++ namespaces

Walter Bright newshound2 at digitalmars.com
Wed Apr 2 18:06:35 PDT 2014


On 4/2/2014 3:30 PM, monnoroch wrote:
> And what about something like static struct? It seems more natural and less
> hacky to me.

Because C++ mangles static member functions of structs differently from members 
of namespaces.


More information about the Digitalmars-d mailing list