id summary reporter owner description type status milestone component version severity resolution keywords cc 10310 serialization/smart_cast.hpp uses dynamic_cast and breaks non-RTTI builds Mika Fischer Robert Ramey When serializing through a pointer to a polymorphic base class, dynamic cast is invoked in line 204, thus making it impossible to serialize via base pointer without RTTI. Bugs new To Be Determined serialization Boost 1.55.0 Problem