more map tests (including move test)

[SVN r82725]
This commit is contained in:
Joel de Guzman
2013-02-04 11:52:18 +00:00
parent 85119dbd21
commit 085c3c25ca
7 changed files with 286 additions and 4 deletions

View File

@ -13,7 +13,9 @@
#include <boost/fusion/container/deque/deque.hpp>
#define FUSION_SEQUENCE boost::fusion::deque
#define FUSION_SEQUENCE boost::fusion::deque<std::vector<x>>
#define FUSION_SEQUENCE2 boost::fusion::deque<std::vector<x>, x>
#include "move.hpp"
#else