On the Boost web site I found no information regarding the use or RTTI by boost::any.
I read in a few places that this is a requirement, but then I built a simple test project, and it builds both with and without RTTI.
So, is RTTI, with its performance and memory issues, needed by boost::any and similar classes?