mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
Sync from upstream.
This commit is contained in:
@@ -266,7 +266,7 @@ public:
|
||||
|
||||
node_type node_identifier() const noexcept
|
||||
{
|
||||
node_type node = {};
|
||||
node_type node = {{}};
|
||||
|
||||
std::memcpy( node.data(), this->data + 10, 6 );
|
||||
return node;
|
||||
|
||||
Reference in New Issue
Block a user