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

@@ -149,7 +149,7 @@ namespace std {
template <>
struct hash<ripple::AccountID> : ripple::AccountID::hasher
{
explicit hash() = default;
hash() = default;
};
} // namespace std