boost-ext/te

Question on void_ptr

SebastienParis opened this issue · 0 comments

Hi there, i am interested in knowing more about your design choices.
Why do you store the deleter and cloner functions in the void_ptr instead of the vtable?
This seems to be an unnecessary additional 2 pointers per poly value...
I would be reallly interested in understanding what I potentially miss if you have some time to answer 😉
Cheers!