boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
101 stars 113 forks source link

Use BOOST_OVERRIDE #147

Closed EugeneZelenko closed 4 years ago

EugeneZelenko commented 4 years ago

Use BOOST_OVERRIDE to fix GCC -Wsuggest-override and Clang-tidy modernize-use-override warnings.

igaztanaga commented 4 years ago

Many thanks for the patch!

EugeneZelenko commented 4 years ago

Thank you for help!