boostorg / contract

Contract programming for C++
http://www.boost.org/doc/libs/develop/libs/contract/doc/html/index.html
Boost Software License 1.0
40 stars 27 forks source link

Use BOOST_OVERRIDE #28

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.

Also fix Clang-tidy readability-container-size-empty and readability-redundant-string-init warnings.

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into develop will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #28   +/-   ##
========================================
  Coverage    63.23%   63.23%           
========================================
  Files           30       30           
  Lines          718      718           
  Branches       279      286    +7     
========================================
  Hits           454      454           
  Misses         108      108           
  Partials       156      156           
Impacted Files Coverage Δ
include/boost/contract/core/exception.hpp 92.85% <ø> (ø)
...e/boost/contract/detail/inlined/core/exception.hpp 35.36% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e0ea5f5...0ab4125. Read the comment docs.