Skip to content
Snippets Groups Projects
Verified Commit 41d2650e authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core/register: comment self used normally for Singleton

parent 4da428e2
No related branches found
No related tags found
No related merge requests found
......@@ -141,10 +141,10 @@ namespace eigenpy
return code;
}
static Register & instance()
{
return self;
}
// static Register & instance()
// {
// return self;
// }
private:
......@@ -175,7 +175,7 @@ namespace eigenpy
typedef std::map<PyTypeObject *,int,Compare_PyTypeObject> MapCode;
static MapCode py_array_code_bindings;
static Register self;
// static Register self;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment