New
stduuid v1.2
What's in This Release:
- faster
to_string()andoperator<<implementations - faster implementation for
std::hash<uuid>specialization - improvements to avoid static analysis warnings
What's Changed
- Remove old style casts to avoid warnings by @sketchylizard in https://github.com/mariusbancila/stduuid/pull/50
- Implement stream operator<< in terms of the faster to_string() method. by @rickyviking in https://github.com/mariusbancila/stduuid/pull/51
- Check for CoCreateGuid failure https://github.com/mariusbancila/stduuid/issues/46
- Updated Catch2 to build with glibc 2.34 https://github.com/mariusbancila/stduuid/issues/47
- Documentation clarification https://github.com/mariusbancila/stduuid/issues/49
New Contributors
- @sketchylizard made their first contribution in https://github.com/mariusbancila/stduuid/pull/50
Full Changelog: https://github.com/mariusbancila/stduuid/compare/v1.1...v1.2