From patchwork Sun Oct 28 21:14:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 194753 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]) by ozlabs.org (Postfix) with SMTP id 81EE82C007C for ; Mon, 29 Oct 2012 08:15:11 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1352063711; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:From:To:Cc:Subject:References:Date:In-Reply-To: Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=kVMYpHqhDmNHyAOm4qc3xayQK0E=; b=mpSYlB66WMBNiSgTFe2yLFnqVzBgbL0/OTzWh31uN2AS8dKxAnif7mV8w+9JG7 65K5QvgIQMfiVFJiGJ9m/q1HSkSeHtWn8FHQ9yZVotc/DMtoJweqRVeuvFde8ewT 1N7PAsGwdwJUe803b29j+LoawgR1c8e+7m3WZckVgjVPE= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:X-Auth-Info:Received:Received:From:To:Cc:Subject:References:X-Yow:Date:In-Reply-To:Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=UCQ/RWhDW9a9ao+ZqqFymssOtc9qAWL168rSbIDxg3hFbLqtEW/qNcoL+2i9DJ oJyflpVzv1ilQ6kWBx8ZGU8X8FPV30np63Or7PHp4b/2KdNVgqqBvdpfY6vomOdO Cf5SK8q7M3OESRHaOiDMwPYrT9aVMs8jNPQJ0zb2BskUI=; Received: (qmail 7729 invoked by alias); 28 Oct 2012 21:15:06 -0000 Received: (qmail 7683 invoked by uid 22791); 28 Oct 2012 21:15:03 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 28 Oct 2012 21:14:54 +0000 Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3XqWt53YMbz4KK3W; Sun, 28 Oct 2012 22:14:53 +0100 (CET) X-Auth-Info: GmKl4lYJ5XFjj0mFv0pMwPzOeKfAtI2ECCHva/ZXcSU= Received: from igel.home (ppp-93-104-156-214.dynamic.mnet-online.de [93.104.156.214]) by mail.mnet-online.de (Postfix) with ESMTPA id 3XqWt52wRNzbbgr; Sun, 28 Oct 2012 22:14:53 +0100 (CET) Received: by igel.home (Postfix, from userid 501) id CD8F9CA2A1; Sun, 28 Oct 2012 22:14:52 +0100 (CET) From: Andreas Schwab To: Gerald Pfeifer Cc: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] gcc-4.8/changes.html markup consistency References: X-Yow: Now I'm being INVOLUNTARILY shuffled closer to the CLAM DIP with the BROKEN PLASTIC FORKS in it!! Date: Sun, 28 Oct 2012 22:14:52 +0100 In-Reply-To: (Gerald Pfeifer's message of "Sun, 28 Oct 2012 21:52:51 +0100 (CET)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 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 Gerald Pfeifer writes: > +
  • G++ now supports a >-std=c++1y option for experimentation Fixed the typo. Andreas. --- changes.html.~1.49.~ 2012-10-28 22:11:57.000000000 +0100 +++ changes.html 2012-10-28 22:12:37.000000000 +0100 @@ -133,7 +133,7 @@ B b(42); // OK
  • -
  • G++ now supports a >-std=c++1y option for experimentation +
  • G++ now supports a -std=c++1y option for experimentation with features proposed for the next revision of the standard, expected around 2017. Currently the only difference from -std=c++11 is support for return type deduction in normal functions, as proposed in