This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Testsuite additions
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Wed, 24 Nov 2004 10:08:40 -0600
- Subject: Re: Testsuite additions
- Organization: Red Hat / Chicago
- References: <41963D00.7030209@cs.york.ac.uk>
>testsuite_iterators.h is able to wrap a basic pointer as any of the
>categories of iterator. It also checks to see if any operations are
>performed on the iterator which should not be. By defining
>DISABLE_ITERATOR_DEBUG the debugging features can be removed and in this
>case the pointers should be as efficent as simple raw pointers, giving a
>way of testing an algorithm's performance on each type of input operator.
this is in, lookks great.
-benjamin