F6U2 anachronisms warnings

Hello,
I get the Anacronism warning from the file is_convertible.hpp
line: 293
BOOST_TT_AUX_BOOL_TRAIT_DEF2(is_convertible,From,To,
(::boost::detail::is_convertible_impl

"ljohrixxx"
It means that the foolish Sun compiler can't tell when you're accessing a dependent integral constant (::value) as opposed to a type, and warns incorrectly. Adding the suggested 'typename' would not just silence the warning, but break the code completely. -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (2)
-
David Abrahams
-
ljohrixxx