Commit fbde019
committed
COMP: Remove NthElementPixelAccessor::operator= for VariableLengthVector
Let the assignment operator be implicitly defaulted (compiler generated), for the
VariableLengthVector specific template specialization of NthElementPixelAccessor.
Aims to address warnings appearing on Linux/GCC 11.4.0 saying:
warning: implicitly-declared 'constexpr NthElementPixelAccessor::NthElementPixelAccessor(const NthElementPixelAccessor&)' is deprecated [-Wdeprecated-copy]
Follow-up to pull request InsightSoftwareConsortium#5849
commit 00ead18
"COMP: Let NthElementPixelAccessor follow the Rule of Zero"1 parent c79274e commit fbde019
1 file changed
Lines changed: 0 additions & 9 deletions
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | 202 | | |
212 | 203 | | |
213 | 204 | | |
| |||
0 commit comments