mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-27 17:02:20 +01:00
merging in updates
[SVN r21975]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user