This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.
> I suggest that everything public should be before everything private. > That way consumers can read from top down and stop when they see > that the rest of the class definition is private, thus of no concern. Hmm. This is interesting. I posted the original comment just to see if anybody had any strong feelings, or any particular technique that was working well for their own code. Any comments? -benjamin