Uh oh!
There was an error while loading. Please reload this page.
fix: Wrong return type of copy_fn and missing typedef in destruct_range - #708
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## develop #708 +/- ##
===========================================
- Coverage 81.10% 81.10% -0.01%
===========================================
Files 117 117 Lines 5171 5170 -1 ===========================================
- Hits 4194 4193 -1
Misses 977 977 🚀 New features to boost your workflow:
|
Uh oh!
There was an error while loading. Please reload this page.
I wanted to think a second time about these core library changes before rushing them as a last minute change into the next release.
|
mloskot
commented
Jul 6, 2022
I agree with your points @marco-langer |
sdebionne
commented
Sep 2, 2026
I had this PR checked:
Concretely this is used at where Dropping the redundant const-pointer |
Uh oh!
There was an error while loading. Please reload this page.
Description
This PR fixes some minor issues in algorithm.hpp:
Tasklist