void knownConditionTrueFalseExample() { static bool initialCall(true); // works with equal sign but not parens if(initialCall) { initialCall = false; } }
Thanks for reporting, ticket is here: https://trac.cppcheck.net/ticket/10484
Log in to post a comment.
Thanks for reporting, ticket is here: https://trac.cppcheck.net/ticket/10484