catchorg / Clara

A simple to use, composable, command line parser for C++ 11 and beyond
Boost Software License 1.0
649 stars 67 forks source link

Remove an extra semicolon #40

Closed bearcage closed 6 years ago

bearcage commented 6 years ago

If you run with a million GCC warnings on (we do), this'll trip -Wextra-semi.

I think I rematerialized single_include correctly (I just ran stitch), but please let me know if that needs anything else to be done with it.

horenmar commented 6 years ago

Thank you for the report. This got fixed separately in 50a4a34905546d0c23c74ee15949acc8bb025d67 so I am going to close this.