mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-19 23:32:17 +02:00
test: Removed unnecessary semi-colon
This commit is contained in:
@ -53,7 +53,7 @@ namespace ns
|
||||
#endif
|
||||
|
||||
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
|
||||
main()
|
||||
|
Reference in New Issue
Block a user