mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-22 16:47:18 +02:00
more map tests (including move test)
[SVN r82725]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user