diff --git a/include/boost/uuid/uuid.hpp b/include/boost/uuid/uuid.hpp index 4b2c165..5787904 100644 --- a/include/boost/uuid/uuid.hpp +++ b/include/boost/uuid/uuid.hpp @@ -266,7 +266,7 @@ struct uuid node_type node_identifier() const noexcept { - node_type node = {}; + node_type node = {{}}; std::memcpy( node.data(), this->data + 10, 6 ); return node;