On Wednesday, 16 April 2014 at 17:16:07 UTC, Daniel Murphy wrote:
If you are using 'new' in C++ it will not use D's GC heap, unless you overrode the global 'new' operator or something.
Which, if you did, would enable you to use C++ classes from D somewhat transparently, no?
