Cleaning code (useless comments, suppressing warnings, etc...)
This commit is contained in:
parent
581b24af18
commit
8753787725
2 changed files with 2 additions and 21 deletions
|
|
@ -11,6 +11,7 @@ namespace eo
|
|||
{
|
||||
void operator()( int _ )
|
||||
{
|
||||
++_;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -18,6 +19,7 @@ namespace eo
|
|||
{
|
||||
void operator()( int _ )
|
||||
{
|
||||
++_;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue