boostorg / python

Boost.org python module
http://boostorg.github.io/python
Boost Software License 1.0
468 stars 201 forks source link

Use BOOST_OVERRIDE #309

Open EugeneZelenko opened 4 years ago

EugeneZelenko commented 4 years ago

Use BOOST_OVERRIDE to fix GCC -Wsuggest-override and Clang-tidy modernize-use-override warnings. Fix Clang -Wextra-semi and Clang-tidy bugprone-suspicious-string-compare and misc-throw-by-value-catch-by-reference warnings.