We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 160dbfd + b76842e commit f3697edCopy full SHA for f3697ed
Modules/Core/Common/include/itkVariableLengthVector.hxx
@@ -198,6 +198,7 @@ VariableLengthVector<TValue>::Reserve(ElementIdentifier size)
198
itkAssertInDebugAndIgnoreInReleaseMacro(m_Data != nullptr);
199
}
200
201
+#ifndef ITK_FUTURE_LEGACY_REMOVE
202
template <typename TValue>
203
TValue *
204
VariableLengthVector<TValue>::AllocateElements(ElementIdentifier size) const
@@ -213,6 +214,7 @@ VariableLengthVector<TValue>::AllocateElements(ElementIdentifier size) const
213
214
itkGenericExceptionMacro("Failed to allocate memory of length " << size << " for VariableLengthVector.");
215
216
217
+#endif
218
219
220
void
0 commit comments