summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2004-05-14 05:53:33 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2004-05-14 05:53:33 +0000
commit944845732f304f3059be166e32d6b09c809d3abe (patch)
treee7886d52dc6db7b77b02820f6064df70ab1c1f1a /index.htm
parentf2644668da403801a2b0dd2f13b2c4a164df12d8 (diff)
downloadboost-944845732f304f3059be166e32d6b09c809d3abe.tar.gz
Overall: introduce bundled properties
index.htm: - Announce bundled properties libs/graph/doc/bundles.html: - Document bundled properties libs/graph/doc/adjacency_list.html: - Refer to bundled properties boost/graph/properties.hpp: - Added vertex_bundle and edge_bundle properties for bundling - Added bundle_property_map for directly handling bundles boost/pending/property.hpp: - Added retag_property_list metafunction that allows us to add a tag to the non-property<> element at the end of a property<> list. boost/graph/adjacency_list.hpp: - Implement bundled properties libs/graph/test/Jamfile, libs/graph/test/bundled_properties.cpp: - Test bundled properties [SVN r22819]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index 2f70966c0b..12cdffa64e 100644
--- a/index.htm
+++ b/index.htm
@@ -123,6 +123,7 @@
<li><a href="doc/html/signals.html">Signals</a> library: introduced deterministic slot ordering, permitting slots to be connected at the beginning or end of slot groups or the slot list itself. Combiners may safely have state and are accessible from the signal.</li>
<li>Compose: This deprecated library has been removed.</li>
<li><a href="libs/utility/utility.htm">Utility</a>: class template <a href="libs/utility/utility.htm#result_of">result_of</a> added.</li>
+ <li><a href="libs/graph/index.html">Graph</a>: added <a href="libs/graph/doc/bundles.html">bundled properties</a> to the <a href="libs/graph/doc/adjacency_list.html"><code>adjacency_list</code></a> class template, simplifying the introduction of internal vertex and edge properties.</li>
</ul>
<h3>January 26, 2004 - Version 1.31.0</h3>