mariusbancila / stduuid

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

Fix hidden friend issue for MSVC #69

Closed sid-dahiya closed 2 years ago

sid-dahiya commented 2 years ago

This change is adding the /Zc:hiddenFriend option to address strict validation in MSVC 19.32.31328.0

Fixes #68