
16 Jan
2006
16 Jan
'06
4:56 p.m.
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
7095
Age (days ago)
7095
Last active (days ago)
1 comments
2 participants
participants (2)
-
AlisdairM
-
David Abrahams