[fusion][test bug?]in test/sequence/list_value_at.cpp

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 ?

Larry Evans wrote:
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
Duh! Thanks! Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net
participants (2)
-
Joel de Guzman
-
Larry Evans