uuid_v4
uuid_v4 copied to clipboard
Super fast C++ library to generate and parse UUIDv4
This PR makes it possible to build against a local system Google test and Google benchmark. It also adds a CMake `install` target, so that downstream users can use the...
Hi, I encountered a problem when generating the string representation. The result of: ``` UUIDv4::UUIDGenerator uuidGenerator {}; std::cout
I'm not sure if I'm using the hash() incorrectly but it appears to be broken. Attached is a unit test showing the behavior
is it possible to use this library on m1 chips? is there any sample?
I'm not 100% sure why it happened and I couldn't debug it properly. When I used the UUID in an unordered map, it would sometimes not find the UUID even...
warning C4005: 'LITTLEENDIAN': macro redefinition winsock2.h(1031): message : see previous definition of 'LITTLEENDIAN'
I have just tried to import this into my project and I am getting a C2589 error: `'(': illegal token on right side of '::'`. This is the related code...
I've tried your how-to and the path-prefix uses a dir for linux/macos. How would I get this set up on Windows?
I used this library to generate uuid but found two cases of uuid conflict today. The two uuids I generated on December 1st conflicted with the two uuids on November...