[pushed] wwwdocs: gcc-11: Switch www.open-std.org to https

Gerald Pfeifer gerald@pfeifer.com
Sat Jan 28 21:58:48 GMT 2023


Pushed.
Gerald

---
 htdocs/gcc-11/porting_to.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/gcc-11/porting_to.html b/htdocs/gcc-11/porting_to.html
index 802fb367..a7b634c1 100644
--- a/htdocs/gcc-11/porting_to.html
+++ b/htdocs/gcc-11/porting_to.html
@@ -49,7 +49,7 @@ in <code>CXXFLAGS</code> or similar variables in Makefiles.</p>
 <p>G++, starting with
 <a href="https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=31bfc9b9">G++ 7</a>,
 implements C++17
-<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0522r0.html">P0522R0</a>,
+<a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0522r0.html">P0522R0</a>,
 Matching of template template-arguments excludes compatible templates.  As a
 consequence, the following test is now rejected:</p>
 <pre><code>
-- 
2.39.1


More information about the Gcc-patches mailing list