extern(C++)
struct basic_string(charT,
traits = char_traits!charT,
Alloc = allocator!charT)
{
Also does D already support value semantics for C++ classes? That would be interesting, I was thinking about direct interfacing with wxWidgets.
extern(C++)
struct basic_string(charT,
traits = char_traits!charT,
Alloc = allocator!charT)
{
Also does D already support value semantics for C++ classes? That would be interesting, I was thinking about direct interfacing with wxWidgets.