cleanup: Remove rak mem_fun

This commit removes rak:mem_fun and replaces it with std::function and lambdas.
This commit is contained in:
stickz
2025-01-12 10:11:27 -05:00
parent d412caea66
commit c5563d65c5
4 changed files with 9 additions and 177 deletions
+2
View File
@@ -36,6 +36,8 @@
#include "config.h"
#include <rak/functional.h>
#include <torrent/exceptions.h>
#include <torrent/rate.h>
#include <torrent/hash_string.h>