View Bug Details

IDProjectCategoryView StatusLast Update
0002853DCP-o-maticClean-uppublic2024-08-01 22:59
Reportercarl Assigned Tocarl  
PrioritynormalSeverityminorReproducibilityN/A
Status confirmedResolutionopen 
Summary0002853: libdcp shared_ptr cleanup
Description

There's a few places with shared_ptrs that needn't/shouldn't have them.

TagsNo tags attached.
Branch[libdcp]shared-ptr
Estimated weeks required
Estimated work requiredUndecided

Activities

carl

2024-08-01 22:59

administrator   ~0006508

Changing AssetReader to return a plain F rather than shared_ptr<F> would be easier with C++17, as it ends up meaning that J2KImageProxy needs to be templated on the type of _data, which in turn means that you want to use user-defined deduction guides to deduce the right constructor.

Bug History

Date Modified Username Field Change
2024-07-27 23:57 carl New Bug
2024-07-27 23:57 carl Assigned To => carl
2024-07-27 23:57 carl Status new => confirmed
2024-07-27 23:57 carl Branch => [libdcp]shared-ptr
2024-07-27 23:57 carl Estimated work required => Undecided
2024-08-01 22:59 carl Note Added: 0006508