Try negative offsets first to mimic old behavior.
This commit is contained in:
parent
020e79f53b
commit
8bc9561dd4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public:
|
|||
|
||||
double get() const
|
||||
{
|
||||
return value_;
|
||||
return -value_;
|
||||
}
|
||||
|
||||
bool next()
|
||||
|
|
Loading…
Add table
Reference in a new issue