Sync from upstream.

This commit is contained in:
Rene Rivera
2024-08-23 11:12:05 -05:00
+1 -1
View File
@@ -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;