
16 Apr
2007
16 Apr
'07
11:26 p.m.
On 4/16/07, Bill Buklis
Internally, the ptr_container classes use a void* container to do its magic. ... I'm just curious as to why you didn't use the more obvious (and perhaps wrong) choice of vector
. Note: I'm not suggesting that it be changed.
I think the main reason is to reduce code bloat. Instead of having to
instantiate N vectors for different pointer types , the compiler can
re-use a single instantiation of of vector