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