forked from boostorg/fusion
more map tests (including move test)
[SVN r82725]
This commit is contained in:
@ -12,7 +12,9 @@
|
||||
|
||||
#include <boost/fusion/container/vector/vector.hpp>
|
||||
|
||||
#define FUSION_SEQUENCE boost::fusion::vector
|
||||
#define FUSION_SEQUENCE boost::fusion::vector<std::vector<x>>
|
||||
#define FUSION_SEQUENCE2 boost::fusion::vector<std::vector<x>, x>
|
||||
|
||||
#include "move.hpp"
|
||||
|
||||
#else
|
||||
|
Reference in New Issue
Block a user