2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 08:02:20 +00:00

added Fusion change log

[SVN r66090]
This commit is contained in:
Christopher Schmidt
2010-10-19 13:02:05 +00:00
parent 6c36994f5d
commit e6eaa4908f

View File

@@ -36,7 +36,11 @@
ticket [@https://svn.boost.org/trac/boost/ticket/4606 #4606].
* Removed an internal assertion incompatible with program termination via
`std::exit`.
* [phrase library..[@/libs/fusion/index.html Fusion]:]
* Added `BOOST_FUSION_ADAPT_ADT`, `BOOST_FUSION_ADAPT_TPL_ADT`,
`BOOST_FUSION_ADAPT_ASSOC_ADT` and `BOOST_FUSION_ADAPT_ASSOC_TPL_ADT`.
* [phrase library..[@/libs/graph/index.html Graph]:]
* Added Stoer-Wagner min-cut algorithm contributed by Daniel Trebbien.
* Added implicit graph (implicit_graph) and A* (astar_maze) examples