id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1104,Add BOOST_NO_TYPEID,Peter Dimov,John Maddock,"{{{ // MACRO: BOOST_NO_TYPEID // TITLE: typeid unavailable // DESCRIPTION: The compiler does not support typeid in this mode #include namespace boost_no_typeid { int test() { typeid(int); return 0; } } }}} Note that this is not the same as ""no RTTI"". RTTI only comes into play when typeid is used on an expression of a polymorphic type. Compilers may (and do) still support typeid in ""no RTTI"" mode.",Feature Requests,closed,Boost 1.35.0,config,,Problem,fixed,,