This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Sylvain's fix for libstdc++/10783
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org, gdr at integrable-solutions dot net
- Date: Fri, 23 May 2003 11:57:12 -0500
- Subject: Re: [Patch] Sylvain's fix for libstdc++/10783
- References: <3ECE4592.4090206@unitus.it>
> int main()
> {
> test01();
> test02();
>+ test03();
> return 0;
> }
I propose a ban on all appending to test files. We've got to move over
to the single-test-single-file form eventually, might as well do it as
cases are added.
Thus
reverse_iterator/1.cc
reverse_iterator/2.cc
reverse_iterator/3.cc
-benjamin