From patchwork Sun Oct 28 20:52:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 194751 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 9706A2C008D for ; Mon, 29 Oct 2012 07:53:00 +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=1352062381; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=lgGfUTINYVuJlmyE5MNe ZDBcmvQ=; b=WmkX949cF7EivZsa6KJKkyewsNlT9oPN1n6ysr+Y7DM9f/R2aVKh nFQxQbCeX0oMIuIIM2zJbWKMW+CuLmhP4z0bYrBYzghWcoMnACvFUxq25t9ZxuRz gfX2MJu9vKmSy9Glmn95WaNvR+m1wjqiP2LXQISLA5HaAgbguY+HK0w= 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:Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=dfDJDhOA1OyJ4DqJXP08CoKtvwNvj0Z1/6JIf+xA/RP9mk2LXOW2nE5+y43RiK 3vf1RtStPOljQ4IUXv/pdQ/FZFlH03zBkReXRT5OO5IeaRE+/TtuZgstaMSLFHI5 if8xWY/VEFRNFfJbWkuOTM9gkidJweMW+LKUL3tNTxr5c=; Received: (qmail 31827 invoked by alias); 28 Oct 2012 20:52:57 -0000 Received: (qmail 31818 invoked by uid 22791); 28 Oct 2012 20:52:57 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 28 Oct 2012 20:52:53 +0000 Received: from k60.suse.de (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id B500E3F40F for ; Sun, 28 Oct 2012 16:52:52 -0400 (EDT) Date: Sun, 28 Oct 2012 21:52:51 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] gcc-4.8/changes.html markup consistency Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes 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 Installed. Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.48 diff -u -3 -p -r1.48 changes.html --- changes.html 21 Oct 2012 11:01:37 -0000 1.48 +++ changes.html 28 Oct 2012 18:36:07 -0000 @@ -133,10 +133,10 @@ 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 + around 2017. Currently the only difference from -std=c++11 + is support for return type deduction in normal functions, as proposed in N3386.