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 ]