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: Problem with _Hashtable_ebo_helper


On 10/21/2013 11:33 PM, Paolo Carlini wrote:
Hi,

On 10/21/2013 10:39 PM, Jason Merrill wrote:
Any thoughts about how to address this?
While waiting for Francois to provide feedback I think you can safely assume that when _Hashtable_ebo_helper has a _Tp as data member it's public, not private. Thus (temporarily) tweak the library this way if you are committing front-end changes. Unless you need more invasive changes beyond that?!?
Never mind, sorry. If _Tp has a protected constructor, that doesn't help.

I guess that you really have to tweak those _Hash_code_base constructors to be public.

Paolo.


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