id summary reporter owner description type status milestone component version severity resolution keywords cc 8400 Serialization uses typeid in shared_ptr helper even when compileing without RTTI support mika.fischer@… Robert Ramey "The culprit is the shared_ptr helper stuff, which uses typeid, which fails without RTTI. boost::shared_ptr uses boost::detail::sp_typeinfo instead of std::type_info and BOOST_SP_TYPEID instead of typeid, which also work without RTTI. If there are no unintended side effects, they should probably also be used by boost::serialization. Patch attached." Bugs closed To Be Determined serialization Boost 1.53.0 Problem fixed