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