mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-28 01:12:20 +01:00
merged from trunk
[SVN r21898]
This commit is contained in:
@@ -66,6 +66,7 @@ int main()
|
||||
boost::function_requires< boost_concepts::BidirectionalTraversalConcept<Iter> >();
|
||||
}
|
||||
#endif
|
||||
#if !BOOST_WORKAROUND(BOOST_MSVC, == 1200) // Causes Internal Error in linker.
|
||||
{
|
||||
typedef boost::iterator_archetype<
|
||||
dummyT
|
||||
@@ -100,6 +101,7 @@ int main()
|
||||
boost::function_requires< boost_concepts::WritableLvalueIteratorConcept<Iter> >();
|
||||
boost::function_requires< boost_concepts::BidirectionalTraversalConcept<Iter> >();
|
||||
}
|
||||
#endif
|
||||
|
||||
// Test reverse_iterator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user