mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-28 09:22:20 +01:00
added test for InteroperableIteratorConcept
[SVN r21717]
This commit is contained in:
@@ -79,5 +79,9 @@ main()
|
||||
boost_concepts::WritableLvalueIteratorConcept<old_iterator> >();
|
||||
boost::function_requires<
|
||||
boost_concepts::RandomAccessTraversalConcept<old_iterator> >();
|
||||
|
||||
boost::function_requires<
|
||||
boost_concepts::InteroperableIteratorConcept<int*, int const*> >();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user