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]

Re: a bit of rearranging?


>   typedefs
>   public constructors and destructor
>   public member functions
> 
>   protected constructors
>   protected member functions
>   overriding virtuals
> 
>   friend declarations.
>   private member functions
>   private member data

I'm in favor of this idea, but the details..... currently, 

typedefs
member data

public
protected
private

is what's done.

Let's just be consistent. If this is not the way to go, then let's be
consistent some other way.



> you would be improving the library each time.

Agreed.

-benjamin


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