From: Phil Edwards
Date: Mon, 8 Jul 2002 09:51:54 +0000 (+0000)
Subject: howto.html: Link to dk_std::vector paper and homepage.
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51d9c5cdcfdc622d985a00ae6c0aedaf68e560c2;p=gcc.git
howto.html: Link to dk_std::vector paper and homepage.
2002-07-08 Phil Edwards
* docs/html/23_containers/howto.html: Link to dk_std::vector paper
and homepage.
From-SVN: r55322
---
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 874d673a65c..dd89bfaa69b 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-08 Phil Edwards
+
+ * docs/html/23_containers/howto.html: Link to dk_std::vector paper
+ and homepage.
+
2002-07-07 Paolo Carlini
PR libstdc++/7186
diff --git a/libstdc++-v3/docs/html/23_containers/howto.html b/libstdc++-v3/docs/html/23_containers/howto.html
index 101b636dd22..4ad7ac6a21e 100644
--- a/libstdc++-v3/docs/html/23_containers/howto.html
+++ b/libstdc++-v3/docs/html/23_containers/howto.html
@@ -27,6 +27,7 @@
"Hinting" during insertion
Bitmasks and string arguments
std::list::size() is O(n)!
+ Memory management for vectors
@@ -432,6 +433,25 @@
to the FAQ.
+
+
+ In
+ this
+ message to the list, Daniel Kostecky announced work on an
+ alternate form of std::vector that would support hints
+ about free store management. The design was also described, along
+ with possible implementation choices.
+
+ The first alpha release was announced
+ recently
+ and the releases themselves are available at
+
+ http://www.kotelna.sk/dk/sw/caphint/.
+
+ Return to top of page or
+ to the FAQ.
+
+