added that Interoperable Iterator refines Single Pass Iterator

[SVN r21694]
This commit is contained in:
Jeremy Siek
2004-01-13 19:02:19 +00:00
parent 838decca95
commit 6b77e7f8bd

View File

@ -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)
);