Forum Navigation
Can I use tango's gc when I link some c++ program with D?
Posted: 09/22/07 13:58:01 Modified: 09/22/07 14:01:31Is it safe if I override the operator new and operator delete of some C++ class to call gc_malloc and gc_free? I won't override global operator new and operator delete.