This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Limit template parameters in hashtable
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- 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: Mon, 5 Aug 2013 10:39:29 +0100
- Subject: Re: Limit template parameters in hashtable
- References: <51E45D4D dot 8020208 at gmail dot com> <CAH6eHdQi2f2LRB65cGsGQbYXxNE6kK0-76vw3b9fyBQEieKrCA at mail dot gmail dot com> <51E70465 dot 2050708 at gmail dot com> <CAH6eHdQRqs6SC0Qv8o=j9txApQisatrHAKHw=e+_mOdfmOvJgg at mail dot gmail dot com> <51EED836 dot 2090109 at gmail dot com> <51F54A50 dot 9040202 at gmail dot com>
On 28 July 2013 17:44, François Dumont wrote:
> Is it ok for this one ?
Yes, sorry for the delay, this is OK to commit. I think the code is
cleaner now, and I agree with your EBO improvement that puts _M_before
_begin back in the main hashtable.
Thanks very much for doing this.