Any plans to make it possible to call C++ functions that reside in a namespace?

mta`chrono chrono at mta-international.net
Thu Dec 15 01:34:20 PST 2011


Adding namespaces to C++ interfacing would be great. AFAIK you could
also create a linker file and rename the symbols before linking.

------ suggestion:

extern(C++, "MyNamespace") interface Foobar
{
     void foo();
     void bar();
}


More information about the Digitalmars-d mailing list