Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use BOOST_OVERRIDE #28

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

EugeneZelenko
Copy link

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.

…nize-use-override warnings.

Also fix Clang-tidy readability-container-size-empty and readability-redundant-string-init warnings.
@codecov
Copy link

codecov bot commented May 23, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant