From 86c4a3ae224bc61ddcfcb3d8e15ef7026dc2f90b Mon Sep 17 00:00:00 2001 From: redi Date: Tue, 8 Oct 2019 10:41:28 +0000 Subject: [PATCH] Restore URL for Austern article on allocators This reverts "Remove broken URL from libstdc++ manual" by restoring the link, but using an archived copy from the Wayback Machine. * doc/xml/manual/allocator.xml: Use archived copy of CUJ article. * doc/html/*: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276693 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/doc/html/manual/memory.html | 2 ++ libstdc++-v3/doc/xml/manual/allocator.xml | 3 +++ 3 files changed, 10 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e0d3fd5f3a9e..31610a479610 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2019-10-08 Jonathan Wakely + + * doc/xml/manual/allocator.xml: Use archived copy of CUJ article. + * doc/html/*: Regenerate. + 2019-10-06 François Dumont * include/bits/stl_algo.h diff --git a/libstdc++-v3/doc/html/manual/memory.html b/libstdc++-v3/doc/html/manual/memory.html index 54d95c805cc1..5b28a5a97637 100644 --- a/libstdc++-v3/doc/html/manual/memory.html +++ b/libstdc++-v3/doc/html/manual/memory.html @@ -301,7 +301,9 @@ . isoc++_1998 20.4 Memory.

+ The Standard Librarian: What Are Allocators Good For? + . Matt Austern. C/C++ Users Journal . 2000-12.

diff --git a/libstdc++-v3/doc/xml/manual/allocator.xml b/libstdc++-v3/doc/xml/manual/allocator.xml index 922bc49091c4..d8a255ca2135 100644 --- a/libstdc++-v3/doc/xml/manual/allocator.xml +++ b/libstdc++-v3/doc/xml/manual/allocator.xml @@ -483,7 +483,10 @@ + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="https://web.archive.org/web/20190622154249/http://www.drdobbs.com/the-standard-librarian-what-are-allocato/184403759"> The Standard Librarian: What Are Allocators Good For? + </link> MattAustern -- 2.47.2