This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi Chris,Many apologises. I had previously been informed (obviously incorrectly) that running GNU indent on my code would format it correctly for submitting to GNU projects, so I hadn't even considered the problem. Clearly life is not as simple as I had hoped.
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.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |