mirror of https://github.com/aria2/aria2
Fix Build
parent
f4cbc7bb31
commit
0f4ba87cb0
|
@ -103,7 +103,7 @@ std::string strjoin(InputIterator first, InputIterator last,
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class LeastRecentAccess : public std::binary_function<T, T, bool> {
|
class LeastRecentAccess {
|
||||||
public:
|
public:
|
||||||
bool operator()(const std::shared_ptr<T>& lhs,
|
bool operator()(const std::shared_ptr<T>& lhs,
|
||||||
const std::shared_ptr<T>& rhs) const
|
const std::shared_ptr<T>& rhs) const
|
||||||
|
|
Loading…
Reference in New Issue