>>>>> "Asger" == Asger K Alstrup Nielsen <[EMAIL PROTECTED]> writes:

>> So tell me: what are those wonderful things I miss about rtti?
Asger> I think RTTI gives better *compile time* type checking than
Asger> another solution.  I.e. static_cast will gladly cast a void
Asger> pointer into the inset hierarchy at compile time, while
Asger> dynamic_cast will complain at compile time.  That's the single
Asger> most important benefit of RTTI over another solution.

That's indeed a good reason.

JMarc

Reply via email to