This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Tuples: draft 1
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Chris Jefferson <caj at cs dot york dot ac dot uk>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 21 Oct 2004 07:40:36 -0700
- Subject: Re: Tuples: draft 1
- Organization: Red Hat / Chicago
- References: <41770329.2080709@cs.york.ac.uk>
Really quick:
>1) Need to put the tuples into a namespace. Which one?
std::tr1
>2) I declare "extern shallow_assign ignore". This needs to be actually
>created somewhere..
Do you mean you need to link against it? What is shallow_assign ignore, exactly?
>3) Lots most tests, and also a big bunch of "not compiling" tests.
>4) While I think the header is at least passably readable, there are
>some strange formattings, and in particular lots of very, very long lines.
Usually, negative tests are suffixed with _neg. See:
http://gcc.gnu.org/onlinedocs/libstdc++/test.html
There are several examples of how libstdc++ does negative testing in the
existing testsuite.
best,
benjamin