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: RE :Re: RE :Re: hashtable local iterator


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


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