vc6 linker workarounds

[SVN r21896]
This commit is contained in:
Dave Abrahams
2004-01-24 18:28:48 +00:00
parent 010f715950
commit 5f870d780d
2 changed files with 27 additions and 19 deletions

View File

@ -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,7 +101,8 @@ int main()
boost::function_requires< boost_concepts::WritableLvalueIteratorConcept<Iter> >();
boost::function_requires< boost_concepts::BidirectionalTraversalConcept<Iter> >();
}
#endif
// Test reverse_iterator
{
dummyT reversed[N];