mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix initializer list initialization for GCC-15 (#5443)
This commit is contained in:
@@ -104,7 +104,7 @@ private:
|
||||
|
||||
struct Hash
|
||||
{
|
||||
explicit Hash() = default;
|
||||
Hash() = default;
|
||||
|
||||
std::size_t
|
||||
operator()(AccountKey const& key) const noexcept
|
||||
|
||||
Reference in New Issue
Block a user