Make comparison operators more standard for FlatSet & SmallSet
Closed this issue · 1 comments
sjanel commented
std::set comparison operators are templated and should accept other types of sets than only Self
.
sjanel commented
std::set comparison operators are templated and should accept other types of sets than only
Self
.
Misread the definition, operand sets should be the same. Closing the issue.