Skip to content

Commit d8c4fbe

Browse files
committed
COMP: Replace ITK_TEMPLATE_TXX with ITK_MANUAL_INSTANTIATION
Addresses: ITK/Modules/Core/Common/include/itkMacro.h:500:27: error: token ""error ITK_TEMPLATE_TXX is no longer a supported identifier, you should replace with ITK_MANUAL_INSTANTIATION as a replacement"" is not valid in preprocessor expressions
1 parent 70a01d5 commit d8c4fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/itkPhysicalCentralDifferenceImageFunction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class ITK_EXPORT PhysicalCentralDifferenceImageFunction :
147147

148148
} // end namespace itk
149149

150-
#if ITK_TEMPLATE_TXX
150+
#ifndef ITK_MANUAL_INSTANTIATION
151151
# include "itkPhysicalCentralDifferenceImageFunction.hxx"
152152
#endif
153153

0 commit comments

Comments
 (0)