forked from boostorg/fusion
Adds test for each case adapter macros we support to adapt an empty type.
This commit is contained in:
@ -150,7 +150,7 @@ namespace ns
|
||||
#endif
|
||||
|
||||
struct empty_struct {};
|
||||
BOOST_FUSION_ADAPT_STRUCT(empty_struct,);
|
||||
BOOST_FUSION_ADAPT_STRUCT(empty_struct,)
|
||||
|
||||
int
|
||||
main()
|
||||
|
Reference in New Issue
Block a user