cppcheck: Fixed return value of operator++ for iterators.
A reference to a temporary was returned, which is likely to cause troubles.
Loading
Please register or sign in to comment
A reference to a temporary was returned, which is likely to cause troubles.