chagned the name from InteroperatorConcept to InteroperatorIteratorConcept

[SVN r21693]
This commit is contained in:
Jeremy Siek
2004-01-13 18:56:36 +00:00
parent e6c5b80afd
commit 838decca95
3 changed files with 4 additions and 4 deletions

View File

@ -115,7 +115,7 @@ main()
typedef boost::transform_iterator<adaptable_mult_functor, int*> iter_t;
typedef boost::transform_iterator<adaptable_mult_functor, int const*> c_iter_t;
boost::function_requires< boost_concepts::InteroperableConcept<iter_t, c_iter_t> >();
boost::function_requires< boost_concepts::InteroperableIteratorConcept<iter_t, c_iter_t> >();
}
// Test transform_iterator