$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2006-05-16 13:23:56
test/sequence/list_value_at.cpp looks like a copy of
test/sequence/vector_value_at.cpp.  Should the first few lines
of list_value_at.cpp be:
   #include <boost/fusion/sequence/container/list/list.hpp>
   #define FUSION_SEQUENCE list
instead of:
   #include <boost/fusion/sequence/container/vector/vector.hpp>
   #define FUSION_SEQUENCE vector
?