[Insight-users] STL Container Adaptor ping-pong

Luis Ibanez luis.ibanez@kitware.com
Thu, 28 Nov 2002 09:14:35 -0500


Hi Ofri,

Borland is happy with dynamics_cast and private derivation
but Gcc 3.2 is not.

It looks like public derivation from the STL container
is the only way out for making all compilers happy.

But having public derivation makes all the STL methods
directly available without having to go through an Adaptor.

Do you see any particular use for the STLAdaptor now that
derivation is public ?



  Thanks


    Luis