This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: RE :Re: RE :Re: hashtable local iterator
- From: Marc Glisse <marc dot glisse at inria dot fr>
- To: François Dumont <frs dot dumont at gmail dot com>
- Cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 28 Dec 2011 11:49:46 +0100 (CET)
- Subject: Re: RE :Re: RE :Re: hashtable local iterator
- References: <178044935.53839.1324627267265.JavaMail.seven@ap8.p7.uk.7sys.net> <4EF5EBD5.1050600@gmail.com> <4EF9A797.30900@oracle.com> <4EFAE355.3050109@gmail.com>
- Reply-to: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
On Wed, 28 Dec 2011, François Dumont wrote:
This is a slightly modified version with your remark and some comments on
_Ebo_helper.
Hello,
it looks like (I haven't really checked) with _Ebo_helper we get public
inheritance all the way from unordered_set to
unary_function<_Value,_Value> (from _Identity). I don't think it causes
any issue, but do we maybe want a private inheritance somewhere along the
way?
(please don't let that prevent you from committing)
--
Marc Glisse