Skip to content

Conversation

@SimonRit
Copy link

@SimonRit SimonRit commented Jan 1, 2026

Fixes compile errors

/home/sritrtk/dashboard_tests/ITK-main/Modules/Core/Common/include/itkVariableLengthVector.hxx:203:1: error: no declaration matches 'TValue* itk::VariableLengthVector<TValue>::AllocateElements(itk::VariableLengthVector<TValue>::ElementIdentifier) const'
  203 | VariableLengthVector<TValue>::AllocateElements(ElementIdentifier size) const
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[CTest: warning matched] /home/sritrtk/dashboard_tests/ITK-main/Modules/Core/Common/include/itkVariableLengthVector.hxx:203:1: note: no functions named 'TValue* itk::VariableLengthVector<TValue>::AllocateElements(itk::VariableLengthVector<TValue>::ElementIdentifier) const'

See https://my.cdash.org/index.php?project=RTK&date=2026-01-01.

PR Checklist

  • No API changes were made (or the changes have been approved)
  • No major design changes were made (or the changes have been approved)
  • Added test (or behavior not changed)
  • Updated API documentation (or API not changed)
  • Added license to new files (if any)
  • Added Python wrapping to new files (if any) as described in ITK Software Guide Section 9.5
  • Added ITK examples for all new major features (if any)

Refer to the ITK Software Guide for
further development details if necessary.

Fixes compile errors
```
/home/sritrtk/dashboard_tests/ITK-main/Modules/Core/Common/include/itkVariableLengthVector.hxx:203:1: error: no declaration matches 'TValue* itk::VariableLengthVector<TValue>::AllocateElements(itk::VariableLengthVector<TValue>::ElementIdentifier) const'
  203 | VariableLengthVector<TValue>::AllocateElements(ElementIdentifier size) const
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[CTest: warning matched] /home/sritrtk/dashboard_tests/ITK-main/Modules/Core/Common/include/itkVariableLengthVector.hxx:203:1: note: no functions named 'TValue* itk::VariableLengthVector<TValue>::AllocateElements(itk::VariableLengthVector<TValue>::ElementIdentifier) const'
```
@github-actions github-actions bot added type:Compiler Compiler support or related warnings area:Core Issues affecting the Core module labels Jan 1, 2026
Copy link
Contributor

@N-Dekker N-Dekker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, my fault! Thanks @SimonRit 👍

  • I see, the problem was introduced by PR #5710 commit f080d4f

@N-Dekker N-Dekker merged commit f3697ed into InsightSoftwareConsortium:main Jan 2, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:Core Issues affecting the Core module type:Compiler Compiler support or related warnings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants