tzaeschke / phtree-cpp

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

Use std::destroy #132

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

Use std::destroy instead of calling destructors directly.

codecov-commenter commented 1 year ago

Codecov Report

Merging #132 (a48109c) into main (a504d51) will not change coverage. The diff coverage is n/a.

: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     #132   +/-   ##
=======================================
  Coverage   98.32%   98.32%           
=======================================
  Files          26       26           
  Lines        2085     2085           
=======================================
  Hits         2050     2050           
  Misses         35       35           

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