From: Jonathan Wakely Date: Tue, 8 Oct 2019 10:41:28 +0000 (+0100) Subject: Restore URL for Austern article on allocators X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db4fd465197346f0023dc7821ba14da6987042c7;p=gcc.git 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. From-SVN: r276693 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e0d3fd5f3a9..31610a47961 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 54d95c805cc..5b28a5a9763 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 922bc49091c..d8a255ca213 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