Added is_readable_iterator, is_writable_iterator tests and preliminary issues document

[SVN r20686]
This commit is contained in:
Dave Abrahams
2003-11-05 21:48:16 +00:00
parent dfa751077a
commit 6ef3e5d1c7
4 changed files with 674 additions and 0 deletions

View File

@ -20,6 +20,8 @@ test-suite iterator
# These tests should work for just about everything.
[ compile is_lvalue_iterator.cpp ]
[ compile is_readable_iterator.cpp ]
[ run unit_tests.cpp ]
[ run concept_tests.cpp ]
[ run iterator_adaptor_cc.cpp ]

View File

@ -9,6 +9,7 @@
#include <boost/noncopyable.hpp>
#include <boost/type_traits/broken_compiler_spec.hpp>
#include <boost/iterator/is_lvalue_iterator.hpp>
#include <boost/iterator.hpp>
// Last, for BOOST_NO_LVALUE_RETURN_DETECTION
#include <boost/iterator/detail/config_def.hpp>