This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Trivial iter_swap cleanup
- From: Jonathan Wakely <jwakely at redhat 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: Wed, 10 May 2017 10:10:30 +0100
- Subject: Re: Trivial iter_swap cleanup
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jwakely at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com E0D8B13AA1
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E0D8B13AA1
- References: <49ff22d4-28c8-51ff-6ead-1319bd6576b1@gmail.com>
On 09/05/17 22:33 +0200, François Dumont wrote:
Hi
A trivial code simplification in a pre-C++11 piece of code.
Ok to commit ?
Good catch! OK, thanks.