boostorg / lexical_cast

General literal text conversions, such as an int represented as a string, or vice versa
https://boost.org/libs/lexical_cast
34 stars 58 forks source link

Use BOOST_OVERRIDE #35

Closed EugeneZelenko closed 4 years ago

EugeneZelenko commented 4 years ago

Use BOOST_OVERRIDE to fix Clang-tidy modernize-use-override warnings. Alphabetical order of STL headers.

apolukhin commented 4 years ago

Many thanks for the PR!

EugeneZelenko commented 4 years ago

Thank you for help!