Actions
Improvements #13491
closedAdd more raw pointer returns from addX functions
Start date:
02/04/2025
Due date:
% Done:
100%
Estimated time:
Description
In several cases there exist functions where we pass a std::unique_ptr
to the function, and where it would be convenient to return the underlying raw pointer.
That way, developers can immediately start performing operations on the passed argument, without having to first manually retrieve the pointer (using std::unique_ptr::get()
).
Updated by Matthias Van Ceulebroeck 18 days ago
- Status changed from InProgress to Review
- Assignee changed from Koen Deforche to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck 10 days ago
- Assignee deleted (
Matthias Van Ceulebroeck)
Updated by Matthias Van Ceulebroeck 6 days ago
- Assignee set to Matthias Van Ceulebroeck
- % Done changed from 0 to 100
Updated by Matthias Van Ceulebroeck 4 days ago
- Status changed from Review to Implemented @Emweb
Updated by Matthias Van Ceulebroeck 4 days ago
- Status changed from Implemented @Emweb to Implemented @Test
Updated by Matthias Van Ceulebroeck 4 days ago
- Status changed from Implemented @Test to Closed
Actions