clad icon indicating copy to clipboard operation
clad copied to clipboard

Make all pointer arguments const

Open PetroZarytskyi opened this issue 1 year ago • 0 comments

Currently, if a pointer argument is passed to a function and the pointee value is changed, Clad doesn't support restoring it in the reverse sweep. The first step to address this will be to make all pointer arguments const.

PetroZarytskyi avatar Jan 17 '24 17:01 PetroZarytskyi