mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-16 05:42:20 +02:00
test: Removed unnecessary semi-colon
This commit is contained in:
@ -72,7 +72,7 @@ namespace ns
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct empty_struct {};
|
struct empty_struct {};
|
||||||
BOOST_FUSION_ADAPT_ASSOC_STRUCT(empty_struct,);
|
BOOST_FUSION_ADAPT_ASSOC_STRUCT(empty_struct,)
|
||||||
|
|
||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
|
@ -53,7 +53,7 @@ namespace ns
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct empty_struct {};
|
struct empty_struct {};
|
||||||
BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED(empty_struct, renamed_empty_struct,);
|
BOOST_FUSION_ADAPT_ASSOC_STRUCT_NAMED(empty_struct, renamed_empty_struct,)
|
||||||
|
|
||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
|
Reference in New Issue
Block a user