This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Testsuite additions
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Chris Jefferson <caj at cs dot york dot ac dot uk>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 7 Sep 2004 19:06:56 +0200 (CEST)
- Subject: Re: Testsuite additions
- Organization: SuSE Linux AG
- References: <413DDF51.6060608@cs.york.ac.uk>
Hi Chris,
> Do these seem reasonable to people at first glance?
A very quick, first-glance-type, trivial indeed, comment: for future
submissions, please follow the coding conventions of the library: no
space between name and open parenthesis, open brace starting a block
always in a new line, space between constants and operators, lots and
*lots* and /lots/ of trivial stylistic problems of this type in your
code! Just have a look to the existing files do get an idea.
Paolo.