mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix unit test compiler warnings
This commit is contained in:
@@ -142,6 +142,13 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
template <class U>
|
||||
bool operator!= (AllocT <U> const& o) const
|
||||
{
|
||||
return !(*this == o);
|
||||
}
|
||||
|
||||
|
||||
T* allocate (std::size_t n, T const* = 0)
|
||||
{
|
||||
return static_cast <T*> (
|
||||
|
||||
Reference in New Issue
Block a user