cppclean
cppclean copied to clipboard
Static variable warning should be thrown only in header file
This is correct behaviour to put static variable in cpp file like for example for singletons while putting it in header file could be dangerous.
Any update on this?