constParameter
Design
Informational
Parameter can be declared with const
C and C++ are really performant languages and can be very error-prone. We all had core dumps and made pointer arithmetic errors! Thankfully, Codiga has hundreds of static analysis rules to flag potential errors in your C/C++ code, automate code reviews and merge with confidence.
Parameter can be declared with const
Parameter can be declared with const.
Virtual function is a public in a base class and became not-public in derived. It's violate a substitutability a principle in OOP.
Local variable shadows outer argument
Local variable shadows outer variable
Template recursion threshold reached
Label is not used, a pre-processor configuration prevents it to be shown.