mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 14:29:14 +00:00
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]
This commit is contained in:
parent
f2644668da
commit
944845732f
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 89476c57ddb9c2eca8ec46073bded5f3f77f867d
|
||||
Subproject commit ce8344e9ade6db2353324cf8e8eb80ccc14a2043
|
Loading…
Add table
Reference in a new issue