This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Common V3 coding bug
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: Common V3 coding bug
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 18 Jul 2001 10:49:41 -0700 (PDT)
- cc: Jason Merrill <jason_merrill at redhat dot com>, Gabriel Dos Reis <gdr at codesourcery dot com>, "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
> I will try. Also, if someone (Phil, maybe?) wants to merge the
> V3 changes from the branch that's fine by me too. There might be bits
> that you would rather I'd do differently; for example, I've used `using
> base::member;' rather than `this->member' in some of the changes thus
> far.
A ha! A third way, and a call for a volunteer! I second the nomination of
Phil to track this and manage the divergence. We can see if he accepts.
using base::member;
seems fine by me.
-benjamin