mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Remove all uses of GuidToString.
This commit is contained in:
@ -57,7 +57,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include <uuid/uuid.h>
|
||||
|
||||
COMPILER_ASSERT(sizeof(Uuid) >= sizeof(uuid_t));
|
||||
static_assert(sizeof(Uuid) >= sizeof(uuid_t), "UUID size does not match uuid_t");
|
||||
|
||||
#else
|
||||
|
||||
|
Reference in New Issue
Block a user