boostorg / algorithm

Boost.org algorithm module
http://boost.org/libs/algorithm
Boost Software License 1.0
112 stars 105 forks source link

Fix Clang extra-semi-stmt warnings. #73

Closed EugeneZelenko closed 4 years ago

mclow commented 4 years ago

My preference would be to remove the brackets {}, leaving just the semicolon. I'll take care of it. Thanks for the report.

mclow commented 4 years ago

Fixed in 130e4da

EugeneZelenko commented 4 years ago

Thank you for help!