UUID Comparison Operator Improvements

In an attempt to maintain sorted lists of UUIDs as part of a larger network data model scheme, I realised JUCE doesn’t provide less-than and greater-than comparison functionality for its Uuid class.

Pull request: https://github.com/WeAreROLI/JUCE/pull/183 I’ll admit that this initial implementation is a little bit goofy, so hopefully one of you will get a better idea!

Would be nice to have unit tests for the class, too, tbh…

1 Like

Cheers @jules