Janice Caron Wrote: > 2008/5/22 terranium <spam at here.lot>: > > there is no need for RTTI for *implicit* cast. > > I know. So what? so what's the meaning of > check that the object can be implicitly cast to that type > > switch(typeof(a)) > { > case B1: // RTTI dynamic cast test > } ?