[refactor] Replace boost::function with std::function (#5700)

Replace boost::function with std::function
This commit is contained in:
Zhengguo Yang
2021-05-09 22:00:48 +08:00
committed by GitHub
parent 11cce06962
commit 98e80aa65e
44 changed files with 182 additions and 174 deletions

View File

@ -21,7 +21,6 @@
#include <math.h>
#include <thrift/protocol/TDebugProtocol.h>
#include <boost/functional/hash.hpp>
#include <sstream>
#include "exec/hash_table.hpp"