mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-19 23:32:17 +02:00
@ -7,9 +7,9 @@
|
|||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#include <boost/fusion/tuple.hpp>
|
#include <boost/fusion/tuple.hpp>
|
||||||
|
|
||||||
#define FUSION_SEQUENCE tuple
|
#define FUSION_SEQUENCE boost::fusion::tuple
|
||||||
#define FUSION_AT get
|
#define FUSION_AT get
|
||||||
#define FUSION_MAKE make_tuple
|
#define FUSION_MAKE boost::fusion::make_tuple
|
||||||
#include "make.hpp"
|
#include "make.hpp"
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user