Andrei Alexandrescu <[email protected]> wrote: > To answer your question: for starters, try to implement BlackHole and > WhiteHole as explained here: > > http://erdani.dreamhosters.com/cranking-policies-up.pdf >
Ah, I've hand-written such BlackHoles number of times :). I thought I could implement a template which automatically generates such code, but some weird behaviors of the __traits(getVirtualFunctions) blocked me from implementing it. Anyway, I'll try to implement them again. Thanks!
