summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Friedman <ebf@users.sourceforge.net>2003-07-16 09:16:56 +0000
committerEric Friedman <ebf@users.sourceforge.net>2003-07-16 09:16:56 +0000
commita26a30309288a84454f9f88965d00e4cd9156359 (patch)
tree04ac261273b013297901c954f7c646aa59aa0b9c
parent8068de6d5193caff4cab3796dfdea9add50df05f (diff)
downloadboost-a26a30309288a84454f9f88965d00e4cd9156359.tar.gz
Variant blurb update.
[SVN r19141]
-rw-r--r--index.htm5
-rw-r--r--libs/libraries.htm12
2 files changed, 8 insertions, 9 deletions
diff --git a/index.htm b/index.htm
index 558bc8a6e7..fa6a02567e 100644
--- a/index.htm
+++ b/index.htm
@@ -106,9 +106,8 @@
<p>????? 2003 - Version 1.31.0</p>
<ul>
<li><a href="libs/variant/index.html">Variant
- Library</a> added - Type-safe objects with an
- inhomogeneous set of types, from Eric Friedman
- and Itay Maman.</li>
+ Library</a> added - Safe, generic, stack-based discriminated union container,
+ from Eric Friedman and Itay Maman.</li>
<li>Add news here!</li>
</ul>
<p>March 19, 2003 - Version 1.30.0</p>
diff --git a/libs/libraries.htm b/libs/libraries.htm
index f23f880308..c59ab01653 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -203,8 +203,8 @@ out how to build object libraries, when needed.</p>
plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
<b>prior()</b>
function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others.</li>
- <li><a href="variant/index.html">variant</a> - Type-safe objects with an
- inhomogeneous set of types, from Eric Friedman and Itay Maman.</li>
+ <li><a href="variant/index.html">variant</a> - Safe, generic, stack-based discriminated union
+ container, from Eric Friedman and Itay Maman.</li>
</ul>
<hr>
@@ -242,8 +242,8 @@ out how to build object libraries, when needed.</p>
<li><a href="property_map/property_map.html">property map</a>
- Concepts defining interfaces which map key objects to
value objects, from Jeremy Siek.</li>
- <li><a href="variant/index.html">variant</a> - Type-safe objects with an
- inhomogeneous set of types, from Eric Friedman and Itay Maman.</li>
+ <li><a href="variant/index.html">variant</a> - Safe, generic, stack-based
+ discriminated union container, from Eric Friedman and Itay Maman.</li>
</ul>
<h3><a name="Iterators">Iterators</a></h3>
@@ -404,8 +404,8 @@ out how to build object libraries, when needed.</p>
Hinnant, et al.</li>
<li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
from Jaakko Järvi.</li>
- <li><a href="variant/index.html">variant</a> - Type-safe objects with an
- inhomogeneous set of types, from Eric Friedman and Itay Maman.</li>
+ <li><a href="variant/index.html">variant</a> - Safe, generic, stack-based
+ discriminated union container, from Eric Friedman and Itay Maman.</li>
</ul>
<h3><a name="IO">Input/Output</a></h3>