public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@sourceware.org>
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. 5884c4090070e256a538594bd356229a86be55e2
Date: Thu, 19 Jan 2023 14:48:23 +0000 (GMT)	[thread overview]
Message-ID: <20230119144823.5BBD23858D39@sourceware.org> (raw)

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  5884c4090070e256a538594bd356229a86be55e2 (commit)
      from  93f7f57af2e61a19f95ae34bd4c2dd19f0309b40 (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 5884c4090070e256a538594bd356229a86be55e2
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Thu Jan 19 15:48:01 2023 +0100

    gcc-4.9: Adjust www.open-std.org links to https

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 @@
   <li>
     The G++ implementation of <a href="../projects/cxx1y.html">C++1y</a> return type deduction for normal
     functions has been updated to conform to
-    <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html">N3638</a>, 
+    <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html">N3638</a>, 
     the proposal accepted into the working paper.  Most notably, it adds
     <code>decltype(auto)</code> for getting <code>decltype</code> semantics
     rather than the template argument deduction semantics of plain
@@ -312,7 +312,7 @@ auto add = [] &lt;typename T&gt; (T a, T b) { return a + b; };
   <li>
     G++ supports unconstrained <em>generic functions</em> as specified
     by &sect;4.1.2 and &sect;5.1.1 of
-    <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3889.pdf">
+    <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3889.pdf">
     N3889: Concepts Lite Specification</a>.  Briefly,
     <code>auto</code> may be used as a type-specifier in a parameter
     declaration of any function declarator in order to introduce an

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-4.9/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

                 reply	other threads:[~2023-01-19 14:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230119144823.5BBD23858D39@sourceware.org \
    --to=gerald@sourceware.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).