_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

Merge request reports

Loading