mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-22 00:52:08 +02:00
added that Interoperable Iterator refines Single Pass Iterator
[SVN r21694]
This commit is contained in:
@ -354,6 +354,9 @@ namespace detail
|
||||
|
||||
void constraints()
|
||||
{
|
||||
boost::function_requires< SinglePassIteratorConcept<Iterator> >();
|
||||
boost::function_requires< SinglePassIteratorConcept<ConstIterator> >();
|
||||
|
||||
BOOST_STATIC_ASSERT(
|
||||
(boost::is_same< difference_type, const_difference_type>::value)
|
||||
);
|
||||
|
Reference in New Issue
Block a user