From patchwork Sat Nov 25 11:19:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1868411 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4ScqB96N4kz1ySj for ; Sat, 25 Nov 2023 22:19:24 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6AE9F38582A1 for ; Sat, 25 Nov 2023 11:19:19 +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 9CAB63858CDB for ; Sat, 25 Nov 2023 11:19:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9CAB63858CDB Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 9CAB63858CDB Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700911149; cv=none; b=i1G6YqInAhMi31s5olEzYfv+JoJEvC0ebMiOC1bY19g6i6mp38dLPEOfhQ45hW6StUnZAaf56Wuh7bFfLH7+7xwiFSHBissuvjCfy/+JRGcHyDevmUFBcggWotZhO+Hcv1ScmsJ4/jAM52RJZswzQf+rIxUK1fwwf+GgtJgvR6Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700911149; c=relaxed/simple; bh=CSSV15nRNUV0BPOvNu6E/K23y3Ha1fYy4/1XDq2mkrU=; h=Date:From:To:Subject:MIME-Version:Message-Id; b=LuuMn3oTLQxFHbHxieUAzCOGwGCIZKevv8YKhkTKSuqef2kDmG+wYxIGA6O7uJUksnzNeGqq3HsEge8SKEDIPtX1PZmWoNPyYptkPQtUAsElCTfBFJVC26Zt+p/1rFGSVA8KyDa8aO/e3skGFVURwp2KMO6Th9O2z8DzXkK6JBc= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 5731533E8D for ; Sat, 25 Nov 2023 06:19:07 -0500 (EST) Received: from daya.localdomain (188-23-0-79.adsl.highway.telekom.at [188.23.0.79]) (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 DFEDC33E99 for ; Sat, 25 Nov 2023 06:19:06 -0500 (EST) Date: Sat, 25 Nov 2023 12:19:05 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [pushed] doc: Update ISO C++ reference MIME-Version: 1.0 X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20231125111907.5731533E8D@hamza.pair.com> X-Spam-Status: No, score=-10.8 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org http->https it is, once again. Gerald gcc: * doc/standards.texi (Standards): Update ISO C++ reference. --- gcc/doc/standards.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 6eebb9426f3..4b18fa91289 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -240,7 +240,7 @@ new specification. For further details see To select this standard in GCC, use the option @option{-std=c++20}. More information about the C++ standards is available on the ISO C++ -committee's web site at @uref{http://www.open-std.org/@/jtc1/@/sc22/@/wg21/}. +committee's web site at @uref{https://www.open-std.org/@/jtc1/@/sc22/@/wg21/}. To obtain all the diagnostics required by any of the standard versions described above you should specify @option{-pedantic}