Tim Matthews wrote: > downs wrote: >> I've just committed a module to tools that should enable linking and >> using any C++ library with D programs without creating a C wrapper for >> it. >> > > > Does 'any' c++ library even include the ones in c++ namespaces? If so > good job thanks.
I don't know about namespaces, but that's a problem with mangling and thus, fixable. I'm currently wrestling with bullet physics, which doesn't use namespaces, so this isn't priority right now :p
