Merge branch 'refactoring'
This commit is contained in:
commit
a1759a3574
|
@ -22,9 +22,11 @@
|
||||||
#include "token.h"
|
#include "token.h"
|
||||||
|
|
||||||
|
|
||||||
// Create a static instance of this
|
// Register this check class (by creating a static instance of it)
|
||||||
static CheckStl instance;
|
namespace
|
||||||
|
{
|
||||||
|
CheckStl instance;
|
||||||
|
}
|
||||||
|
|
||||||
void CheckStl::iterators()
|
void CheckStl::iterators()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue