This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: RE : Problem with _Hashtable_ebo_helper
- From: Jason Merrill <jason at redhat dot com>
- To: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: François Dumont <frs dot dumont at gmail dot com>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 28 Oct 2013 14:46:49 -0400
- Subject: Re: RE : Problem with _Hashtable_ebo_helper
- Authentication-results: sourceware.org; auth=none
- References: <526590F3 dot 6070505 at redhat dot com> <s68065723591507235000 at gmail dot com> <52680F5D dot 4020908 at redhat dot com> <CAH6eHdStyUYZXXOGEVMgC6w3XxPyNOkY7Qf0bcxx0+Npuf0Vuw at mail dot gmail dot com>
On 10/28/2013 07:42 AM, Jonathan Wakely wrote:
The comment and name of the parameter are a little misleading now, as
EBO won't be used for non-empty types, the parameter really means "use
inheritance" after the change, not "use EBO".
True enough. Incidentally, why not just always use inheritance?
Jason