Skip to content

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