Skip to content

Three small bugfixes

Carsten Gräser requested to merge bugfix/various-small-fixes into master
  • Deduce return types using decltype(auto) in BaseOperatorPropertiesMixin<...,2>
  • Add missing include in elementcoloring.hh
  • Rename internal method ProductWithNullaryOperator::operator0() to baseOperator(), because this is what the mix-in base class requires.
  • Rename internal method ProductWithNullaryOperator::operator1() to nullaryOperator(), because this is more consistent with the class name.

Merge request reports

Loading