mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 06:40:53 +00:00
chore: Enable modernize-use-auto (#7707)
This commit is contained in:
@@ -107,7 +107,7 @@ STIssue::add(Serializer& s) const
|
||||
bool
|
||||
STIssue::isEquivalent(STBase const& t) const
|
||||
{
|
||||
STIssue const* v = dynamic_cast<STIssue const*>(&t);
|
||||
auto const* v = dynamic_cast<STIssue const*>(&t);
|
||||
return (v != nullptr) && (*v == *this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user