mirror of
https://github.com/boostorg/fusion.git
synced 2025-08-01 05:24:44 +02:00
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