HiIs it possible to use classes, which do not have monitor and other DRuntime stuff?Object can be allocated/deallocated using allocators, but they are very complex for betterC mode (monitor, mutex, object.d dependency).Can we have something more primitive? Ilya
extern(c++) classWorks pretty good in my experience, at least it gets rid of the monitor, yay!