summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2005-11-08 15:39:26 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2005-11-08 15:39:26 +0000
commitf54c8ebb911552cedeb4c784aacca250598c2fe7 (patch)
treeabf2c7dc802b349790f61d202229785d97efed82
parent872806f4cc5799cb8fe7d34a8b4ad55e61bf7ce0 (diff)
downloadboost-f54c8ebb911552cedeb4c784aacca250598c2fe7.tar.gz
Add any docs, 1.33.1 beta release date
[SVN r31600]
-rw-r--r--index.htm10
-rw-r--r--more/version_history.html6
2 files changed, 15 insertions, 1 deletions
diff --git a/index.htm b/index.htm
index cc3faabe58..357e6da0d4 100644
--- a/index.htm
+++ b/index.htm
@@ -132,11 +132,19 @@
<div class="section-body">
<div class="section-body-0">
<div class="section-body-1">
- <h3>November ??, 2005 - Version 1.33.1 Beta 1</h3>
+ <h3>November 8, 2005 - Version 1.33.1 Beta</h3>
<h4>Updated Libraries</h4>
<ul>
+ <li><span
+ class="library"><a
+ href="doc/html/any.html">Any
+ Library</a>:</span> Cast to reference
+ types introduced in 1.33.0 is now
+ documented on <code>any_cast</code> documentation
+ page.</li>
+
<li><span class="library"><a href=
"libs/config/index.html">Config Library</a>:</span>
Don't undef BOOST_LIB_TOOLSET after use.</li>
diff --git a/more/version_history.html b/more/version_history.html
index 30ffbf4987..a7a7131fa3 100644
--- a/more/version_history.html
+++ b/more/version_history.html
@@ -98,6 +98,12 @@
<h4>Updated Libraries</h4>
<ul>
+ <li><span
+ class="library"><a href="doc/html/any.html">Any
+ Library</a>:</span> <code>any_cast</code> has
+ been enhanced to allow direct access
+ to <code>any</code>'s held value.</li>
+
<li><span class="library"><a href=
"libs/assign/doc/index.html">Assignment
Library</a>:</span> Support for <a href=