example:
class Singleton { public: static Singleton& createInstance() { static Singleton *instance = new Singleton(); return *instance; } };
Thanks for reporting, ticket is here: https://trac.cppcheck.net/ticket/10744
Log in to post a comment.
example:
Thanks for reporting, ticket is here: https://trac.cppcheck.net/ticket/10744