From e6eaa4908fd9bd2a21bbda17fd0fdbed697d1abe Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Tue, 19 Oct 2010 13:02:05 +0000 Subject: [PATCH] added Fusion change log [SVN r66090] --- feed/history/boost_1_45_0.qbk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/feed/history/boost_1_45_0.qbk b/feed/history/boost_1_45_0.qbk index c7db21de..faaa23ed 100644 --- a/feed/history/boost_1_45_0.qbk +++ b/feed/history/boost_1_45_0.qbk @@ -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