mariusbancila / stduuid

A C++17 cross-platform implementation for UUIDs
MIT License
758 stars 112 forks source link

Please create new release for gcc compilation error #59

Closed toge closed 2 years ago

toge commented 2 years ago

Hello. I'm trying to update conan's recipe. Conan's recipe support only v1.0 (https://conan.io/center/stduuid)

I met compilation error on gcc. Master of stduuid is already fixed this problem. https://github.com/mariusbancila/stduuid/commit/c4728ee83b8d37f0579c13c6b49f6f108cdf1978

Would you have new release including this fix?

mariusbancila commented 2 years ago

Done. https://github.com/mariusbancila/stduuid/releases/tag/v1.2.2

toge commented 2 years ago

Thank you for quick response!