make for_each aware of segments

[SVN r73899]
This commit is contained in:
Eric Niebler
2011-08-18 22:09:59 +00:00
parent b8bb98a36b
commit 5ff6210759
5 changed files with 56 additions and 41 deletions

View File

@ -7,7 +7,7 @@
==============================================================================*/
#include <boost/detail/lightweight_test.hpp>
#include <boost/fusion/container/vector/vector.hpp>
#include <boost/fusion/algorithm/iteration/ext_/for_each_s.hpp>
#include <boost/fusion/algorithm/iteration/for_each.hpp>
#include <boost/fusion/container/generation/make_vector.hpp>
#include "../sequence/tree.hpp"
@ -26,7 +26,7 @@ main()
using namespace boost::fusion;
{
for_each_s(
for_each(
make_tree(
make_vector(double(0),'B')
, make_tree(