This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: C++ PATCH: Fix 12226
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: mark at codesourcery dot com
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Tue, 6 Jan 2004 21:26:14 -0600
- Subject: Re: C++ PATCH: Fix 12226
- Organization: Red Hat / Chicago
- References: <200401042240.i04MeJ7e018063@sirius.codesourcery.com>
>Benjamin, I suggest that you factor these (and similar) tests by
>creating a template that you instantiate with the right types; there's
>a lot of unncessarily code duplication in these tests. Also, your
>name is given as:
>
> // 2003-03-26 B enjamin Kosnik <bkoz@redhat.com>
Duly noted. As usual, those tests were added for one thing and then soon
used everywhere: I think 21/22/27 all use this kind of test. I'll get
to this later though.
-benjamin