mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-03 01:01:42 +01:00
8c5aa5086d77d62ecf80ea10e0c684335435d6e7
This means data_ should get initialized in the default constructor for boost::unordered::detail::unique_node (and any other inheritors), as this constructor will be called there. This uninitialized data member was reported by Coverity (CID 49445), which unfortunately does not seem to have any convenient way to publicly, globally address issues.
Description
Languages
C++
98.7%
Python
0.7%
CMake
0.5%