You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use-case are e.g. windows CLSIDs and other fixed uuid that are statically compiled into the program. Here you can get the benefits of consistency checks at compile-time.
Hi,
while searching for constexpr GUID from string generators, I found https://gist.github.com/AlexBAV/b58e92d7632bae5d6f5947be455f796f
which inspired me to generate a C++11 consexpr version plus boost-uuid generators.
If you're interested, please have a look at https://github.com/tobias-loew/constexpr-GUID-cpp-11
Tobias
The text was updated successfully, but these errors were encountered: