mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
clover: Fix missing minus sign in 'iterator_adaptor::operator-='.
The method is currently unused, this probably doesn't fix anything at this point.
This commit is contained in:
parent
8b659cef3a
commit
ce34158680
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ namespace clover {
|
|||
|
||||
iterator_adaptor &
|
||||
operator-=(difference_type n) {
|
||||
tuple::map(advances_by(n), its);
|
||||
tuple::map(advances_by(-n), its);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue