a bit of rearranging?
Benjamin Kosnik
bkoz@redhat.com
Thu May 16 12:46:00 GMT 2002
> 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
More information about the Libstdc++
mailing list