From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6207 invoked by alias); 26 Oct 2016 08:22:00 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 6164 invoked by uid 89); 26 Oct 2016 08:22:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=fran=e7ois, Franois, Fran=e7ois, dumont?= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Oct 2016 08:21:59 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DFCBC7AE80; Wed, 26 Oct 2016 08:21:57 +0000 (UTC) Received: from localhost (ovpn-116-29.ams2.redhat.com [10.36.116.29]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u9Q8Luko002662; Wed, 26 Oct 2016 04:21:57 -0400 Date: Wed, 26 Oct 2016 08:22:00 -0000 From: Jonathan Wakely To: =?iso-8859-1?Q?Fran=E7ois?= Dumont Cc: Tim Song , libstdc++@gcc.gnu.org, gcc-patches Subject: Re: [PATCH] 77864 Fix noexcept conditions for map/set default constructors Message-ID: <20161026082156.GO2922@redhat.com> References: <4d30deb3-8720-2aa6-d0f2-94f6fca44825@gmail.com> <20161006213408.GU29482@redhat.com> <60454696-88fc-d7c0-12f5-b0f7e960dba8@gmail.com> <20161009151451.GB25380@redhat.com> <3daba99f-0630-2daf-6975-d93cc4d0cd7b@gmail.com> <7363dc77-9f64-f2f7-35ea-163f5486f66f@gmail.com> <20161024110336.GI2922@redhat.com> <400a3910-c407-1071-5721-4e410d293c21@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <400a3910-c407-1071-5721-4e410d293c21@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.7.0 (2016-08-17) X-SW-Source: 2016-10/txt/msg02080.txt.bz2 On 25/10/16 21:55 +0200, François Dumont wrote: >Indeed, here is the simplified patch. > >But I will come back to this base type for the next patch to >generalize the defaulted constructors and assignment operators. > >Tested under Linux x86_64, ok to commit ? OK for trunk, thanks.