forked from boostorg/fusion
Added default typedef mpl::false_ is_segmented;
[SVN r74427]
This commit is contained in:
@ -21,6 +21,7 @@ namespace boost { namespace fusion
|
|||||||
typedef Derived derived_type;
|
typedef Derived derived_type;
|
||||||
typedef Category category;
|
typedef Category category;
|
||||||
typedef IsView is_view;
|
typedef IsView is_view;
|
||||||
|
typedef mpl::false_ is_segmented;
|
||||||
};
|
};
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user