mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Apply clang-tidy modernize-use-equals-default check
This commit is contained in:
@@ -127,9 +127,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
AllocT (AllocT const&)
|
||||
{
|
||||
}
|
||||
AllocT (AllocT const&) = default;
|
||||
|
||||
template <class U>
|
||||
AllocT (AllocT <U> const&)
|
||||
|
||||
Reference in New Issue
Block a user