From patchwork Thu Jan 19 14:48:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 45823 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp367534wrn; Thu, 19 Jan 2023 06:49:08 -0800 (PST) X-Google-Smtp-Source: AMrXdXsTKDXUZsO/nPTTNFhCOKYvSSbG3D43vkAFbYW9yRf8EplmNuHSsFIDXaNJtEzkwN7A/aSs X-Received: by 2002:a05:6402:2b92:b0:461:d042:80db with SMTP id fj18-20020a0564022b9200b00461d04280dbmr11488939edb.0.1674139748405; Thu, 19 Jan 2023 06:49:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1674139748; cv=none; d=google.com; s=arc-20160816; b=F3N2oIr8CaGohFH6fa6lQrD3RCLzd6op/NeRFXg8u8HTl9P8bXrKHsZqmJzikZzSCg vXdUBP6WRBSKMMvLY8vm3nT+giOJUdYSrEy7OQAX7HCv160P0rJYC531d5YbhzRjAAMW YA0L1Ei9SHZysV/B1ViOBRGqNoN9bLIeTy1TXQcTIxk7su57S4i2l8KWl7m7DCVn4wFv FPvQ7rDgWDmZhuJfd3F07rf/I3UlAQv2kQQuq8JhluS98BM0a75Bu97g8BFLkulMRykS 9Ko0N/w0QcLutBiCuHS87FxOw1WEGnt/pSsSQ00Q6ONAOKHlT5qr0bnXm9LgpnedPNLv GQJw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:message-id:mime-version:subject :to:from:date:dmarc-filter:delivered-to; bh=0QC8zfniPfEz3h+jIBs1VKOiEEz1Oy1mQJSstdlYJ8o=; b=uHb7tQdEFxZUERNH+p26SDxXUyD+coB/mP05Wsqu6rfBj+It8xLG1rpQ3kjxAlMt/j 2MR9zjABFHDvOaHFy3VjzbtDFp9307DF2j1cfpcLHDAnYr7t0IA6zDjj3w/WISPseRHq F4mfvMauJrbApdB+7jBG5oM3F7p6F6t9+ztid9qa1Gdcfmip4fd+Us8XeSJJOfPCvob0 bCfOj5gpU8sVZFa6xIRf70e82oHlCjAKU21ot6Zo7kQCI5O0hy6+EdruYXuxVvrykFVg AC13loZxldPpptxVX/V7bjZtVSFkFem90kGZzF4CJZUnUMHf711nF3g8SW0vbmJMnKmp qGnA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from sourceware.org (server2.sourceware.org. [8.43.85.97]) by mx.google.com with ESMTPS id u13-20020a05640207cd00b0048eb9258a82si15685379edy.113.2023.01.19.06.49.08 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Jan 2023 06:49:08 -0800 (PST) Received-SPF: pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) client-ip=8.43.85.97; Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 46BDD385800C for ; Thu, 19 Jan 2023 14:49:04 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 603A13858C52 for ; Thu, 19 Jan 2023 14:48:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 603A13858C52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 1B7E233E8E for ; Thu, 19 Jan 2023 09:48:41 -0500 (EST) Received: from [192.168.1.80] (188-23-1-149.adsl.highway.telekom.at [188.23.1.149]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id AA6C033E8C for ; Thu, 19 Jan 2023 09:48:40 -0500 (EST) Date: Thu, 19 Jan 2023 15:48:39 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] wwwdocs: gcc-4.9: Adjust www.open-std.org links to https MIME-Version: 1.0 X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20230119144841.1B7E233E8E@hamza.pair.com> X-Spam-Status: No, score=-9.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org Sender: "Gcc-patches" X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1755462761191564623?= X-GMAIL-MSGID: =?utf-8?q?1755462761191564623?= Pushed. Gerald --- htdocs/gcc-4.9/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-4.9/changes.html b/htdocs/gcc-4.9/changes.html index 274bd814..9090c0ea 100644 --- a/htdocs/gcc-4.9/changes.html +++ b/htdocs/gcc-4.9/changes.html @@ -222,7 +222,7 @@
  • The G++ implementation of C++1y return type deduction for normal functions has been updated to conform to - N3638, + N3638, the proposal accepted into the working paper. Most notably, it adds decltype(auto) for getting decltype semantics rather than the template argument deduction semantics of plain @@ -312,7 +312,7 @@ auto add = [] wwwdocs: <typename T> (T a, T b) { return a + b; };
  • G++ supports unconstrained generic functions as specified by §4.1.2 and §5.1.1 of - + N3889: Concepts Lite Specification. Briefly, auto may be used as a type-specifier in a parameter declaration of any function declarator in order to introduce an