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] | |
On Sat, Oct 5, 2013 at 3:42 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote: > unrelated to the patch, > I noticed for the first time that you have quite a few unsigned int and int, > which always make me nervous, because the standards guarantee only 16 bits > for those, thus unless you are sure that in practice only a few bits will be > used, please consider using long and unsigned long instead. Some are changed to size_t, some to long; some harmless ones are left. I'll do a bootstrap & full test before committing. -- Tim Shen
Attachment:
a.patch
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |