
5 Feb
2011
5 Feb
'11
2:01 p.m.
New version of the type_traits extension available here: - vault unix: http://www.boostpro.com/vault/index.php?action=downloadfile&filename=type_tr... - vault dos: http://www.boostpro.com/vault/index.php?action=downloadfile&filename=type_tr... - sandbox: http://svn.boost.org/svn/boost/sandbox/type_traits/ can you check? BOOST_STATIC_ASSERT(( boost::has_operator_left_shift< int, int >::value )); BOOST_STATIC_ASSERT(( boost::has_operator_left_shift< std::ostream, int >::value )); Regards, Frédéric