From f75a60e07486460907532376f350f3a1cd5d2567 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 21 Jan 2004 03:56:49 +0000 Subject: [PATCH] #if def'd out the test on a writable base iterator [SVN r21851] --- test/reverse_iterator_test.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/reverse_iterator_test.cpp b/test/reverse_iterator_test.cpp index a024d24..acf4df1 100644 --- a/test/reverse_iterator_test.cpp +++ b/test/reverse_iterator_test.cpp @@ -52,6 +52,9 @@ int main() boost::function_requires< boost_concepts::ReadableIteratorConcept >(); boost::function_requires< boost_concepts::BidirectionalTraversalConcept >(); } +#if 0 + // It does not seem feasible to make this work. Need to change docs to + // require at lease Readable for the base iterator. -Jeremy { typedef boost::iterator_archetype< dummyT @@ -62,6 +65,7 @@ int main() boost::function_requires< boost_concepts::WritableIteratorConcept >(); boost::function_requires< boost_concepts::BidirectionalTraversalConcept >(); } +#endif { typedef boost::iterator_archetype< dummyT