
8 Jan
2005
8 Jan
'05
11 a.m.
Okay, so let's have BOOST_NO_RTTI defined when the compiler/environment does not support RTTI, and we can use it to turn off use of RTTI in some Boost components :)
But Peter is right, there are macros here... perhaps BOOST_NO_RTTI and BOOST_NO_DYNAMIC_RTTI, with the former implying the latter.
Sounds reasonable to me, but do we ever use RTTI in non-dynamic situations anyway? John.