id summary reporter owner description type status milestone component version severity resolution keywords cc 3051 boost::variant should observe BOOST_NO_TYPEID and BOOST_NO_IOSTREAM nstewart@… ebf "boost:variant can be used with both BOOST_NO_TYPEID and BOOST_NO_IOSTREAM, providing it is conditionalized to omit certain functionality: 17a18,19 > > #if !defined(BOOST_NO_TYPEID) 18a21 > #endif // BOOST_NO_TYPEID 693a697,699 > > #if !defined(BOOST_NO_TYPEID) > 706a713,714 > #endif // BOOST_NO_TYPEID > 1629a1638 > #if !defined(BOOST_NO_TYPEID) 1634a1644 > #endif 1825a1836,1837 > > #if !defined(BOOST_NO_IOSTREAM) 1826a1839 > #endif // BOOST_NO_IOSTREAM This patch is w.r.t 1.38.0, but the version in 1.39.0 appears to be unchanged." Patches closed Boost 1.40.0 variant Boost 1.38.0 Problem fixed boost::variant, variant, BOOST_NO_TYPEID, BOOST_NO_IOSTREAM