Cleaning code (useless comments, suppressing warnings, etc...)

This commit is contained in:
Benjamin Bouvier 2012-07-05 18:16:49 +02:00
commit 8753787725
2 changed files with 2 additions and 21 deletions

View file

@ -11,6 +11,7 @@ namespace eo
{
void operator()( int _ )
{
++_;
}
};
@ -18,6 +19,7 @@ namespace eo
{
void operator()( int _ )
{
++_;
}
};