fixed pos operator
This commit is contained in:
parent
3285c6b1e5
commit
62a9ed2fd1
|
@ -499,7 +499,7 @@ public:
|
||||||
}
|
}
|
||||||
void operator++(int)
|
void operator++(int)
|
||||||
{
|
{
|
||||||
(*this)++;
|
++(*this);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue