Hello,
Contrary to std::set, SmallSet does not define an operator ==. While it’s not difficult to implement it, I was hoping it would be possible to use it as a drop-in replacement for std::set (modulo the fact that SmallSet does not guarantee sorted iteration order).
Is there a special reason for this or is it just a matter that nobody was ever interested in it?
Thanks