Fix warning about undefined static variable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Fix warning about undefined static variable
Simon Praetorius
requested to merge
issue/alberta-warning-static-variable
into
master
Oct 30, 2022
Overview
0
Commits
1
Pipelines
1
Changes
2
The static variable in a class template must be defined in the header and not only in the .cc file.
Merge request reports
Loading