From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 447553858C2D; Fri, 27 Jan 2023 00:23:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 447553858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674779005; bh=DqY1SYv7SUa4j4Lvh8VAIvDecsPM18Cowxajt97ljpk=; h=To:Subject:Date:From:From; b=ds7Fmzq2x13CG6heT0zAgJUKQheoBVVdv2HOAiBRSCBBFvVJwXnVz36wmQGCYDpNU l4q7HhNJPTY9S4JybpwGfEiHvA9nSZLpVVVUFZgyAykFAZviiFx4T4CSZtMn0L13gP kOastbBH6u2ipB4gZebOUPL3Fgey4IyVgquDyWXw= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c1c81722793cc028d4c3025d3c350876025b5a84 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cf6ceb538ac57dc95e6aac741c9c7ada5f4cfee4 X-Git-Newrev: c1c81722793cc028d4c3025d3c350876025b5a84 Message-Id: <20230127002325.447553858C2D@sourceware.org> Date: Fri, 27 Jan 2023 00:23:25 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via c1c81722793cc028d4c3025d3c350876025b5a84 (commit) from cf6ceb538ac57dc95e6aac741c9c7ada5f4cfee4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c1c81722793cc028d4c3025d3c350876025b5a84 Author: Gerald Pfeifer Date: Fri Jan 27 01:23:04 2023 +0100 gcc-3.4: Update a link to use https diff --git a/htdocs/gcc-3.4/changes.html b/htdocs/gcc-3.4/changes.html index d9985673..76b4ce87 100644 --- a/htdocs/gcc-3.4/changes.html +++ b/htdocs/gcc-3.4/changes.html @@ -521,7 +521,7 @@ and not your code, that is broken.

Previous versions of G++ used to be less strict about this and allowed friend declarations for private class members, for example. See the ISO C++ Standard Committee's defect + href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#209">defect report #209 for details.
  • Declaration of member functions of class templates as friends are ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-3.4/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs