public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [pushed] wwwdocs: gcc-5: Adjust www.open-std.org links to https
@ 2023-01-21 17:33 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2023-01-21 17:33 UTC (permalink / raw)
  To: gcc-patches

Business as usual.

Gerald
---
 htdocs/gcc-5/changes.html    | 2 +-
 htdocs/gcc-5/porting_to.html | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index f6742fb0..893e35de 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/changes.html
@@ -417,7 +417,7 @@ void operator delete[] wwwdocs: (void *, std::size_t) noexcept;</pre></blockquote>
       These warnings can be used at compile time, but they are more
       useful in combination with link-time optimization.</li>
 <li>G++ no longer supports
-  <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a>
+  <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a>
   variable length arrays, as they were removed from the C++14 working paper
   prior to ratification.  GNU VLAs are still supported, so VLA support is
   now the same in C++14 mode as in C++98 and C++11 modes.</li>
diff --git a/htdocs/gcc-5/porting_to.html b/htdocs/gcc-5/porting_to.html
index b8942aa8..f2a831c4 100644
--- a/htdocs/gcc-5/porting_to.html
+++ b/htdocs/gcc-5/porting_to.html
@@ -380,7 +380,7 @@ For instance:</p>
 
 <p>Converting <code>std::nullptr_t</code> to <code>bool</code> in C++11
 mode now requires direct-initialization.  This has been changed in
-<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1423">DR 1423</a>.</p>
+<a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1423">DR 1423</a>.</p>
 
 <p>As a consequence, the following is invalid:</p>
 
@@ -400,7 +400,7 @@ converting <code>nullptr</code> to <code>bool</code>.
 <h3 id="dr1579">Return by converting move constructor</h3>
 
 <p>GCC 5 implements
-<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1579">DR 1579</a>
+<a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1579">DR 1579</a>
 which means that when compiling a function like:</p>
 
 <pre><code>
-- 
2.39.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-21 17:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-21 17:33 [pushed] wwwdocs: gcc-5: Adjust www.open-std.org links to https Gerald Pfeifer

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).