This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] safe iterator simplification
- 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>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 8 Nov 2013 11:29:49 +0000
- Subject: Re: [patch] safe iterator simplification
- Authentication-results: sourceware.org; auth=none
- References: <527BFF89 dot 2020406 at gmail dot com>
On 7 November 2013 21:00, François Dumont wrote:
>
> * include/debug/safe_iterator.h (_BeforeBeginHelper<>::_S_Is):
> Take only a const safe iterator reference.
> (_BeforeBeingHelper<>::_S_Is_beginnest): Likewise.
There's a typo here, "Being" not "Begin"
> Ok to commit ?
Yes, with the tiny fix to the ChangeLog, thanks!