Merge branch 'refactoring'

This commit is contained in:
Daniel Marjamäki 2009-03-19 21:20:24 +01:00
commit a1759a3574
1 changed files with 5 additions and 3 deletions

View File

@ -22,9 +22,11 @@
#include "token.h"
// Create a static instance of this
static CheckStl instance;
// Register this check class (by creating a static instance of it)
namespace
{
CheckStl instance;
}
void CheckStl::iterators()
{