From ab21d8d5bd36e3e751095db958fb8e450018d894 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 30 Jan 2023 23:12:23 +0100 Subject: [PATCH] libstdc++: Update links in the Memory section of the manual libstdc++-v3/ChangeLog: * doc/xml/manual/shared_ptr.xml: Move links from both http://open-std.org and http://www.open-std.org to https://www.open-std.org. * doc/html/manual/memory.html: Regenerate. --- libstdc++-v3/doc/html/manual/memory.html | 8 ++++---- libstdc++-v3/doc/xml/manual/shared_ptr.xml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/memory.html b/libstdc++-v3/doc/html/manual/memory.html index d9abdaf..a70613e 100644 --- a/libstdc++-v3/doc/html/manual/memory.html +++ b/libstdc++-v3/doc/html/manual/memory.html @@ -621,19 +621,19 @@ be private. invaluable advice on thread safety. Phillip Jordan and Paolo Carlini for the lock policy implementation.

Bibliography

- + Working Draft, Standard for Programming Language C++ . @@ -644,4 +644,4 @@ be private. . N2461 - .

\ No newline at end of file + .

diff --git a/libstdc++-v3/doc/xml/manual/shared_ptr.xml b/libstdc++-v3/doc/xml/manual/shared_ptr.xml index 06fc662..07cc4d5 100644 --- a/libstdc++-v3/doc/xml/manual/shared_ptr.xml +++ b/libstdc++-v3/doc/xml/manual/shared_ptr.xml @@ -423,7 +423,7 @@ be private. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2351.htm"> + xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2351.htm"> Improving shared_ptr for C++0x, Revision 2 </link> @@ -436,7 +436,7 @@ be private. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2456.html"> + xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2456.html"> C++ Standard Library Active Issues List </link> @@ -449,7 +449,7 @@ be private. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2461.pdf"> + xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2461.pdf"> Working Draft, Standard for Programming Language C++ </link> -- 2.7.4