Skip to content

change sort comparitor#20

Open
jeffisaavs wants to merge 1 commit intospaghetti-source:masterfrom
jeffisaavs:master
Open

change sort comparitor#20
jeffisaavs wants to merge 1 commit intospaghetti-source:masterfrom
jeffisaavs:master

Conversation

@jeffisaavs
Copy link

With the sort comparator as <=, strict weak ordering is not maintained, i.e. (x, y) and (y, x) can both be present in the relation. In some instances, the result is a seg fault. Changing the comparator to < fixes this.

With the sort comparator as <=, strict weak ordering is not maintained, i.e. (x, y) and (y, x) can both be present in the relation. In some instances, the result is a seg fault. Changing the comparator to < fixes this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant