From 3e558fb7f3c8e7f736b23710d94f4226f4df38b8 Mon Sep 17 00:00:00 2001
From: Gerald Pfeifer
Date: Sat, 18 Feb 2023 10:59:11 +0100
Subject: [PATCH] libstdc++: Switch two links to www.open-std.org to https
libstdc++-v3/ChangeLog:
* doc/xml/faq.xml: Switch two links to www.open-std.org to https.
* doc/html/faq.html: Regenerate.
---
libstdc++-v3/doc/html/faq.html | 4 ++--
libstdc++-v3/doc/xml/faq.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libstdc++-v3/doc/html/faq.html b/libstdc++-v3/doc/html/faq.html
index f49b84c..965aa91 100644
--- a/libstdc++-v3/doc/html/faq.html
+++ b/libstdc++-v3/doc/html/faq.html
@@ -541,7 +541,7 @@
For those people who are not part of the ISO Library Group
(i.e., nearly all of us needing to read this page in the first
place), a public list of the library defects is occasionally
- published on the WG21
+ published on the WG21
website.
Many of these issues have resulted in
code changes in libstdc++.
@@ -825,7 +825,7 @@
Yes.
The implementation status of TR1 in libstdc++ can be tracked
diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml
index 9ae4966..b38091a 100644
--- a/libstdc++-v3/doc/xml/faq.xml
+++ b/libstdc++-v3/doc/xml/faq.xml
@@ -754,7 +754,7 @@
(i.e., nearly all of us needing to read this page in the first
place), a public list of the library defects is occasionally
published on the WG21
+ xlink:href="https://www.open-std.org/jtc1/sc22/wg21/">the WG21
website.
Many of these issues have resulted in
code changes in libstdc++.
@@ -1181,7 +1181,7 @@
The C++ Standard Library
-
+
Technical Report 1 added many new features to the library.
--
2.7.4