$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61965 - sandbox/metagraph/libs/metagraph/example
From: gordon_at_[hidden]
Date: 2010-05-14 05:30:16
Author: gordon.woodhull
Date: 2010-05-14 05:30:15 EDT (Fri, 14 May 2010)
New Revision: 61965
URL: http://svn.boost.org/trac/boost/changeset/61965
Log:
comment on boring test
Text files modified: 
   sandbox/metagraph/libs/metagraph/example/msm_adaptor.cpp |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: sandbox/metagraph/libs/metagraph/example/msm_adaptor.cpp
==============================================================================
--- sandbox/metagraph/libs/metagraph/example/msm_adaptor.cpp	(original)
+++ sandbox/metagraph/libs/metagraph/example/msm_adaptor.cpp	2010-05-14 05:30:15 EDT (Fri, 14 May 2010)
@@ -231,6 +231,8 @@
                                mpl::vector<>,
                                player_::initial_state>::type>::type
                     bfs_from_initial_state;
+                    
+        // yawn, BFS happens to produce the same result as DFS for this example
         BOOST_MPL_ASSERT(( mpl::equal<bfs_from_initial_state, 
                                       mpl::vector<Empty,Open,Stopped,Playing,Paused> > ));
 #endif