The source project of this merge request has been removed.
_DerType -> DerivativeType as underscore-followed-by-caps is a reserved identifier
There is a public typedef called DerType, which is likely why this template parameter had an underscore. Rename the template parameter as it is not used externally.
Edited by Alexander Karatarakis