Fix initializer list initialization for GCC-15 (#5443)

This commit is contained in:
Olek
2025-05-21 13:28:18 -04:00
committed by GitHub
parent e514de76ed
commit 70371a4344
7 changed files with 14 additions and 14 deletions

View File

@@ -104,7 +104,7 @@ private:
struct Hash
{
explicit Hash() = default;
Hash() = default;
std::size_t
operator()(AccountKey const& key) const noexcept