From 0f4ba87cb0fcdb0bc3aa8cc308090e1fd0103ae1 Mon Sep 17 00:00:00 2001 From: JakobDev Date: Fri, 9 Sep 2022 14:33:47 +0200 Subject: [PATCH] Fix Build --- src/a2functional.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/a2functional.h b/src/a2functional.h index c1059fef..8c8a18ba 100644 --- a/src/a2functional.h +++ b/src/a2functional.h @@ -103,7 +103,7 @@ std::string strjoin(InputIterator first, InputIterator last, } template -class LeastRecentAccess : public std::binary_function { +class LeastRecentAccess { public: bool operator()(const std::shared_ptr& lhs, const std::shared_ptr& rhs) const