Skip to content

Commit de20ee1

Browse files
committed
fix a bug
1 parent 4eed84a commit de20ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sdsl/int_vector_buffer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ class int_vector_buffer
549549
return it += i;
550550
}
551551

552-
iterator& operator-(difference_type i) const
552+
iterator operator-(difference_type i) const
553553
{
554554
iterator it = *this;
555555
return it -= i;

0 commit comments

Comments
 (0)