From patchwork Thu Oct 2 10:14:51 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 395906 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 159CB14017E for ; Thu, 2 Oct 2014 20:15:01 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; q=dns; s=default; b=yT1W3foMZfntMYo/2 q5b5YH9OCRrV7YF4W6Gjm0SMJBFy1y2UOhi5ntnONALUHZeWoU7aM3jR7xJ6SRgb xBs+r8MAHQw1rkveg4whvlPfG4Lh+ymQhG0iQUFduxiVq2J+x8s7+sxCXSHi2FUm kC1/Rv9+TWCStWFfr9kB8owLwE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=default; bh=NXP/90J2fl22SGNNvy17Jx/ vhuM=; b=FwiB4qiHswcQt79JqMcQ6uCK/O7d/mTPfIFtBf8Y7yj1LkSBw03Ye9i UwKbOIoIAHTy/yhC4xqtv912pHbLJ22SZKK4HN2MJreZZ1BHg0eJSTswBF2gN/Fc w6OW8i1Bq7E7KCMjv3KdVYdkrlbfAHwtzzlPWVYWBp/EOx2jOso4= Received: (qmail 13714 invoked by alias); 2 Oct 2014 10:14:55 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 13702 invoked by uid 89); 2 Oct 2014 10:14:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham 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; Thu, 02 Oct 2014 10:14:54 +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 (8.14.4/8.14.4) with ESMTP id s92AEqDK018939 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 2 Oct 2014 06:14:52 -0400 Received: from localhost (ovpn-116-114.ams2.redhat.com [10.36.116.114]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s92AEpDV017227; Thu, 2 Oct 2014 06:14:52 -0400 Date: Thu, 2 Oct 2014 11:14:51 +0100 From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Cc: Ed Smith-Rowland <3dw4rd@verizon.net>, Jason Merrill Subject: Re: [wwwdocs] Add feature-testing macros and std::is_final to gcc-5/changes.html Message-ID: <20141002101451.GZ4197@redhat.com> References: <20141002101206.GY4197@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20141002101206.GY4197@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) On 02/10/14 11:12 +0100, Jonathan Wakely wrote: >Note Ed's recent changes. Committed to CVS. And fix a markup error that I expected xmllint to catch :-( Index: htdocs/gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.13 diff -u -r1.13 changes.html --- htdocs/gcc-5/changes.html 2 Oct 2014 10:12:04 -0000 1.13 +++ htdocs/gcc-5/changes.html 2 Oct 2014 10:13:08 -0000 @@ -102,7 +102,7 @@ Improved experimental support for C++14, including:
  • std::is_final type trait;
  • -
      +
  • An implementation of std::experimental::any.
  • New random number distributions logistic_distribution and