Skip to content

Commit

Permalink
Merge branch 'spring-refactor' into test-release
Browse files Browse the repository at this point in the history
  • Loading branch information
joveeater committed May 22, 2023
2 parents 2b5d611 + e2708b5 commit 3ddde28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/location_vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class location_vector
}

friend const_iterator operator+( const const_iterator &term, difference_type n ) {
return const_iterator( term.it + n, term.home );
return const_iterator( term.it + n, *term.home );
}

friend const_iterator operator-( const const_iterator &term, difference_type n ) {
Expand Down

0 comments on commit 3ddde28

Please sign in to comment.