Page MenuHomePhabricator

ITKPDEDeformableRegistrationAlgorithmBase compilation fails on clang
Closed, ResolvedPublic

Description

clang checks the mapNewAlgorithmMacro and complains about instantiating this abstract class. Removing the macro call fixes it.

Related Objects