|
Boost : |
From: Ronald Garcia (garcia_at_[hidden])
Date: 2003-01-17 15:33:26
Howdy. I am trying to use KCC in strict mode to compile some code that
depends on type traits. I am getting a large quantity of errors along
these lines:
"/u/garcia/src/boost/boost/type_traits/is_volatile.hpp", line 33: error:
identifier "is_volatile_rebind" is undefined
BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_volatile,T,::boost::detail::cv_traits_imp<T*>::is_volatile)
^
"/u/garcia/src/boost/boost/type_traits/remove_const.hpp", line 56: error:
identifier "remove_const_rebind" is undefined
BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_const,T,typename
detail::remove_const_impl<T>::type)
^
...
...
...
Any idea what might be causing this? I don't have this problem if I don't
use --strict mode. I tried poking around but MPL and type traits are a
bit rich for my blood.
Cheers,
ron
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk