Commit d39d959
committed
COMP: Add
Aims to avoid errors from ITK.Linux.Python and ITK.macOS.Python like those from
https://open.cdash.org/viewBuildError.php?buildid=9511958:
> Wrapping/Modules/ITKImageGradient/itkGradientImageFilterPython.cpp:3856:70:
> error: call to implicitly-deleted copy constructor of
> `std::unique_ptr<itk::ImageBoundaryCondition<itk::Image<float, 2>>>`
Using ITK's current SWIG revision, 2024-03-26-master.&& to unique_ptr parameter declaration, to work around SWIG1 parent 550c0f3 commit d39d959
2 files changed
Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments