$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: AlisdairM (alisdair.meredith_at_[hidden])
Date: 2006-01-16 11:56:20
The following lines are found at the end of
boost/iterator/detail/config_def.h :
#if BOOST_WORKAROUND(__GNUC__, == 2 && __GNUC_MINOR__ == 95) \
|| BOOST_WORKAROUND(__MWERKS__, <= 0x2407) \
|| BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551))
# define BOOST_ITERATOR_NO_MPL_AUX_HAS_XXX // "MPL's has_xxx facility
doesn't work"
#endif
However, I can't find any code using this define -
BOOST_ITERATOR_NO_MPL_AUX_HAS_XXX
Would it make sense to remove the workaround?
-- AlisdairM