From: Gerald Pfeifer Date: Wed, 18 Jan 2023 18:59:26 +0000 (+0100) Subject: libstdc++: Minor updates to Policy Based Data Structures: Biblio X-Git-Tag: basepoints/gcc-14~1961 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af7881e07631fc1c61deb307119f7cabdd4094a1;p=thirdparty%2Fgcc.git libstdc++: Minor updates to Policy Based Data Structures: Biblio libstdc++-v3/ChangeLog: 2023-01-18 Gerald Pfeifer * doc/xml/manual/policy_data_structures_biblio.xml: Adjust links to www.open-std.org to use https. (COM: Component Model Object Technologies): Rename from... (The Component Object Model): ...to. * doc/html/manual/policy_data_structures.html: Regenerate. --- diff --git a/libstdc++-v3/doc/html/manual/policy_data_structures.html b/libstdc++-v3/doc/html/manual/policy_data_structures.html index cb9f2461e883..ef54da8053a4 100644 --- a/libstdc++-v3/doc/html/manual/policy_data_structures.html +++ b/libstdc++-v3/doc/html/manual/policy_data_structures.html @@ -768,7 +768,7 @@ change the order of growth of the entire sequence of operations.

Bibliography

[biblio.abrahams97exception] - + STL Exception Handling Contract . 1997. @@ -809,7 +809,7 @@ . C++ Report .

[biblio.austern01htprop] - + A Proposal to Add Hashtables to the Standard Library . @@ -1158,7 +1158,7 @@ Cambridge University Press .

[biblio.mscom] - COM: Component Model Object Technologies + The Component Object Model . Microsoft @@ -1297,4 +1297,4 @@ Wickland . National Psychological Institute - .

\ No newline at end of file + .

diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml index 7c563fec40a8..5234a10d197c 100644 --- a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml +++ b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml @@ -7,7 +7,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/1997/N1075.pdf"> + xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/1997/N1075.pdf"> STL Exception Handling Contract </link> @@ -123,7 +123,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://www.open-std.org/JTC1/sc22/wg21/docs/papers/2001/n1326.html"> + xlink:href="https://www.open-std.org/JTC1/sc22/wg21/docs/papers/2001/n1326.html"> A Proposal to Add Hashtables to the Standard Library </link> @@ -1062,7 +1062,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://docs.microsoft.com/en-us/windows/win32/com/the-component-object-model"> - COM: Component Model Object Technologies + The Component Object Model </link>