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

Pushed.

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

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 = [] wwwdocs: &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
-- 
2.39.0

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

only message in thread, other threads:[~2023-01-19 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-19 14:48 [committed] wwwdocs: gcc-4.9: 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).