From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24014 invoked by alias); 17 Jun 2015 14:23:16 -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 24004 invoked by uid 89); 17 Jun 2015 14:23:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 17 Jun 2015 14:23:11 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id A4891379E24; Wed, 17 Jun 2015 14:23:09 +0000 (UTC) Received: from [10.10.116.27] ([10.10.116.27]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5HEN8MD031414; Wed, 17 Jun 2015 10:23:09 -0400 Message-ID: <558182C8.4070204@redhat.com> Date: Wed, 17 Jun 2015 14:44:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Ed Smith-Rowland <3dw4rd@verizon.net>, gcc-patches , Paolo Carlini Subject: Re: [C++17] Implement N3928 - Extending static_assert References: <55453092.5050501@verizon.net> <555CA818.7020301@redhat.com> <557EF7AF.4080009@redhat.com> <557F5C53.2090009@verizon.net> In-Reply-To: <557F5C53.2090009@verizon.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-06/txt/msg01207.txt.bz2 On 06/15/2015 07:14 PM, Ed Smith-Rowland wrote: > I wanted to fix it up as per your suggestion. If someone wants it now I > can retest and commit. Otherwise give me a bit more time. Someone in LWG was asking about it, and I figured it wouldn't hurt to have this version in now. Glad to hear you're working on the improvement as well, thanks! Jason