tzaeschke / phtree-cpp

PH-Tree C++ implementation
Apache License 2.0
29 stars 9 forks source link

Fix msvc warnings #121

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

Fix msvc warnings

codecov-commenter commented 1 year ago

Codecov Report

Merging #121 (1a8676c) into main (d3d98f6) will increase coverage by 0.00%. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   98.29%   98.29%           
=======================================
  Files          25       25           
  Lines        1998     1999    +1     
=======================================
+ Hits         1964     1965    +1     
  Misses         34       34           
Impacted Files Coverage Δ
include/phtree/common/b_plus_tree_hash_map.h 98.37% <100.00%> (ø)
include/phtree/common/b_plus_tree_map.h 98.07% <100.00%> (ø)
include/phtree/common/common.h 100.00% <100.00%> (ø)
include/phtree/common/flat_array_map.h 98.98% <100.00%> (+0.01%) :arrow_up:
include/phtree/common/flat_sparse_map.h 97.82% <100.00%> (ø)
include/phtree/v16/node.h 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.