mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-20 16:12:10 +02:00
chagned the name from InteroperatorConcept to InteroperatorIteratorConcept
[SVN r21693]
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user