New
stduuid v1.1
What's Changed
- Stream << operator: restore original flags after streaming the uuid by @rickyviking in https://github.com/mariusbancila/stduuid/pull/23
- clang constant conversion warning fix by @dkowl in https://github.com/mariusbancila/stduuid/pull/19
- Minor changes to preprocessor directives by @kamrann in https://github.com/mariusbancila/stduuid/pull/18
- Remove [-Wconversion] warning in GCC by @OptoCloud in https://github.com/mariusbancila/stduuid/pull/26
- remove unused variable by @egor-spk in https://github.com/mariusbancila/stduuid/pull/29
- Refactor cmake project by @egor-spk in https://github.com/mariusbancila/stduuid/pull/28
- fix examples in README.md by @egor-spk in https://github.com/mariusbancila/stduuid/pull/30
- Fix travis build by @egor-spk in https://github.com/mariusbancila/stduuid/pull/31
- fix typo in README.md by @Reputeless in https://github.com/mariusbancila/stduuid/pull/38
- Support string_view parameters by @tusharpm in https://github.com/mariusbancila/stduuid/pull/37
- Remove Windows dependency (disable uuid_time_generator by default) by @EvanBalster in https://github.com/mariusbancila/stduuid/pull/34
- Fix AppVeyor build by @tusharpm in https://github.com/mariusbancila/stduuid/pull/39