Tencent / Tendis

Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
http://tendis.cn
Other
2.87k stars 317 forks source link

compile error on Ubuntu 22.04 #209

Open bakhshandeh opened 1 year ago

bakhshandeh commented 1 year ago

Getting this error on Ubunti 22.04:

gc_manager.cpp:45:23: error: ‘sleep_for’ is not a member of ‘std::this_thread’ 45 | std::this_thread::sleep_for(std::chrono::seconds(1));

$ cmake --version cmake version 3.22.1

$ g++ --version g++ (Ubuntu 11.2.0-19ubuntu1) 11.2.0

l36t commented 1 year ago

Have you solve this problem?I also encounter this