Fix Build

pull/1975/head
JakobDev 2022-09-09 14:33:47 +02:00 committed by GitHub
parent f4cbc7bb31
commit 0f4ba87cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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