boostorg / algorithm

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

Remove trailing ";" #32

Closed jhunold closed 7 years ago

jhunold commented 7 years ago

clang warning: extra ';' after member function definition [-Wextra-semi]

nigels-com commented 7 years ago

Looks good to me.