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]

Re: [RFA] style guidelines


Phil Edwards <pedwards@disaster.jaj.com> writes:

[...]

| +14. Location of global variables.
| +   All global variables of class type, whether in the "user visable"
| +   space (e.g., cin) or the implementation namespace, must be defined
| +   as a character array and then later re-initialized to the correct
                         ^^

with the appropriate alignment.

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]