From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108928 invoked by alias); 1 May 2015 09:55:59 -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 108902 invoked by uid 89); 1 May 2015 09:55:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ig0-f169.google.com Received: from mail-ig0-f169.google.com (HELO mail-ig0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 01 May 2015 09:55:57 +0000 Received: by igbpi8 with SMTP id pi8so25937429igb.0; Fri, 01 May 2015 02:55:55 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.142.98 with SMTP id rv2mr9295533igb.11.1430474155622; Fri, 01 May 2015 02:55:55 -0700 (PDT) Received: by 10.36.213.70 with HTTP; Fri, 1 May 2015 02:55:55 -0700 (PDT) In-Reply-To: References: Date: Fri, 01 May 2015 09:55:00 -0000 Message-ID: Subject: Re: [libstdc++ PATCH] Implement __is_nothrow_swappable and use it From: Ville Voutilainen To: "gcc-patches@gcc.gnu.org" , libstdc++@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-05/txt/msg00023.txt.bz2 On 1 May 2015 at 12:47, Ville Voutilainen wrote: > This patch partially solves the problem described in N4426, which is > basically LWG > issue 2456, which in turn is caused by CWG DR 1330. Some remarks: ..and I forgot to mention that it fixes PR 63860.