mirror of
https://github.com/boostorg/fusion.git
synced 2026-05-04 11:44:13 +02:00
Adds test for each case adapter macros we support to adapt an empty type.
This commit is contained in:
@@ -71,6 +71,9 @@ namespace ns
|
||||
|
||||
#endif
|
||||
|
||||
struct empty_struct {};
|
||||
BOOST_FUSION_ADAPT_ASSOC_STRUCT(empty_struct,);
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user