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

test: Fix conversion warning and missing namespace #124

Merged
merged 2 commits into from
Mar 31, 2020
Merged

Conversation

stotko
Copy link
Owner

@stotko stotko commented Mar 31, 2020

There are still some inconsistencies regarding the std namespace usage and other minor potential flaws which may be detected by the high warning level. Fix a conversion warning which has been unveiled recently. Furthermore, use the namespaced std::size_t rather than size_t consistently throughout the code and tests.

@stotko stotko added the bug label Mar 31, 2020
@stotko stotko added this to the 1.3.0 milestone Mar 31, 2020
@codecov
Copy link

codecov bot commented Mar 31, 2020

Codecov Report

Merging #124 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   97.92%   97.92%           
=======================================
  Files          28       28           
  Lines        1685     1685           
=======================================
  Hits         1650     1650           
  Misses         35       35           

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 d585aa4...a6f241c. Read the comment docs.

@stotko stotko merged commit 7e4a7b7 into master Mar 31, 2020
@stotko stotko deleted the test_warning_fixes branch March 31, 2020 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant