Skip to content

Fix warning about undefined static variable

Simon Praetorius requested to merge issue/alberta-warning-static-variable into master

The static variable in a class template must be defined in the header and not only in the .cc file.

Merge request reports