Commit 6b5eed2
committed
ENH: Add
Zero-length arrays were never actively supported by `itk::FixedArray`.
`FixedArray` uses a C array, so if it would compile at all, it would depend on a
non-standard compiler extension.
It appears unnecessary to support zero-length, given one of the main purposes of
`itk::FixedArray`: being a common base class of Point, Vector, CovariantVector,
RGBAPixel, RGBAPixel and SymmetricSecondRankTensor.static_assert(VLength > 0) to FixedArray
1 parent fac7043 commit 6b5eed2
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments