From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 1B0943858CD1; Sat, 25 Nov 2023 11:18:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B0943858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700911108; bh=UKfe6jptBrT9+h9jSPu00sMVadgb89GUgQjxv96dlzw=; h=From:To:Subject:Date:From; b=WyYv1R0s5lzvNORDAe1I/QpQJg5vrGvNy9YC3mMlb7lGjD+3EyISWXsKFRKYSbq7y Y7q26sZwAdbV6qvDx3vq8N6xk2VWLLmG72I7hLyG9moAj5IMsFYv0A0HzTZggvHJUL xBdgK8Zq0TTbqFbM21B5HBNBfAGAxoE1WIAqlMkQ= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-5842] doc: Update ISO C++ reference X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/trunk X-Git-Oldrev: 9866c98e1015d98b8fc346d7cf73a0070cce5f69 X-Git-Newrev: 65272aebc0b5d625dfe6134610807af8c413657d Message-Id: <20231125111828.1B0943858CD1@sourceware.org> Date: Sat, 25 Nov 2023 11:18:28 +0000 (GMT) List-Id: https://gcc.gnu.org/g:65272aebc0b5d625dfe6134610807af8c413657d commit r14-5842-g65272aebc0b5d625dfe6134610807af8c413657d Author: Gerald Pfeifer Date: Sat Nov 25 12:13:50 2023 +0100 doc: Update ISO C++ reference gcc: * doc/standards.texi (Standards): Update ISO C++ reference. Diff: --- 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}