tzaeschke / phtree-cpp

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

Move B+tree into namespace and remove using namespace from any headers #131

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

Move B+tree into namespace and remove using namespace from any headers.

codecov-commenter commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.32%. Comparing base (d9a352d) to head (a870321). Report is 17 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #131 +/- ## ======================================= Coverage 98.32% 98.32% ======================================= Files 26 26 Lines 2084 2085 +1 ======================================= + Hits 2049 2050 +1 Misses 35 35 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.