merging in updates

[SVN r21975]
This commit is contained in:
Jeremy Siek
2004-01-26 17:12:04 +00:00
parent 0069b61686
commit be55d6db14
3 changed files with 15 additions and 5 deletions

View File

@@ -175,7 +175,7 @@ main()
> c_iter_t;
# ifndef NO_MUTABLE_CONST_RA_ITERATOR_INTEROPERABILITY
boost::function_requires< boost_concepts::InteroperableConcept<iter_t, c_iter_t> >();
boost::function_requires< boost_concepts::InteroperableIteratorConcept<iter_t, c_iter_t> >();
# endif
}