Version 0.3.4
Overview
This version adds a < implementation for uuid_t to assist in situations where the compiler complains of ambiguous implementations when manually comparing UUIDs. Now, you can simply call lhsUUID.uuid < rhsUUID.uuid.
What's Changed
- Raw UUID Comparisons by @dimitribouniol in #216
Full Changelog: 0.3.3...0.3.4