It is failed when I try to compile the test driver of ITKDeprecated module. The error message is as follows.
C:\ITK\Modules\Compatibility\Deprecated\include\itkTreeIteratorBase.hxx(238,30): error C2039: ‘RemoveChild’: is not a member of ‘itk::TreeIteratorBase’
247>Building Custom Rule C:/ITK/Modules/Filtering/LabelMap/CMakeLists.txt
244>C:\ITK\Modules\Compatibility\Deprecated\include\itkTreeIteratorBase.hxx(239,1): error C2447: ‘{’: missing function header (old-style formal list?)
ITK version: 5.4.4
Environment: Windows 11
I have no idea to deal with it. Does anyone have any comments?