[chore](gutil) remove some gutil macros and solve some macro conflict with brpc (#13954)
Co-authored-by: yiguolei <yiguolei@gmail.com>
This commit is contained in:
@ -42,7 +42,7 @@ class FunctionRunnable : public Runnable {
|
||||
public:
|
||||
explicit FunctionRunnable(std::function<void()> func) : _func(std::move(func)) {}
|
||||
|
||||
void run() OVERRIDE { _func(); }
|
||||
void run() override { _func(); }
|
||||
|
||||
private:
|
||||
std::function<void()> _func;
|
||||
|
||||
Reference in New Issue
Block a user