
16 May
2006
16 May
'06
5:23 p.m.
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 ?