From db4fd465197346f0023dc7821ba14da6987042c7 Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
Date: Tue, 8 Oct 2019 11:41:28 +0100
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.
From-SVN: r276693
---
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 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.
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 @@
+
The Standard Librarian: What Are Allocators Good For?
+
Matt Austern