contract icon indicating copy to clipboard operation
contract copied to clipboard

Use BOOST_OVERRIDE

Open EugeneZelenko opened this issue 5 years ago • 1 comments

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.

EugeneZelenko avatar May 23 '20 00:05 EugeneZelenko

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.

codecov[bot] avatar May 23 '20 02:05 codecov[bot]