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

Fix bptree copy cstr/assignment #119

Merged
merged 2 commits into from
Feb 9, 2023
Merged

Fix bptree copy cstr/assignment #119

merged 2 commits into from
Feb 9, 2023

Conversation

tzaeschke
Copy link
Owner

Fix copy cstr/assignment for B+trees. See also #102.

@tzaeschke tzaeschke self-assigned this Feb 9, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 9, 2023

Codecov Report

Merging #119 (060ab68) into main (56e0f2a) will decrease coverage by 0.12%.
The diff coverage is 50.00%.

📣 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     #119      +/-   ##
==========================================
- Coverage   98.41%   98.29%   -0.12%     
==========================================
  Files          25       25              
  Lines        1958     1998      +40     
==========================================
+ Hits         1927     1964      +37     
- Misses         31       34       +3     
Impacted Files Coverage Δ
include/phtree/common/b_plus_tree_hash_map.h 98.37% <50.00%> (-1.01%) ⬇️
include/phtree/common/b_plus_tree_map.h 98.07% <50.00%> (-0.77%) ⬇️

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

@tzaeschke tzaeschke changed the title Fix bptree copy ctrs/assignment Fix bptree copy cstr/assignment Feb 9, 2023
@tzaeschke tzaeschke merged commit d3d98f6 into main Feb 9, 2023
@tzaeschke tzaeschke mentioned this pull request Feb 9, 2023
4 tasks
@tzaeschke tzaeschke deleted the fix/102-bptree-copy-move branch February 9, 2023 15:02
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.

2 participants