compressed-pair: add initializer to suppress warnings
This commit is contained in:
@@ -39,7 +39,7 @@ struct compressed_pair_element {
|
||||
}
|
||||
|
||||
private:
|
||||
Type value;
|
||||
Type value{};
|
||||
};
|
||||
|
||||
template<typename Type, std::size_t Tag>
|
||||
|
||||
Reference in New Issue
Block a user