recipes icon indicating copy to clipboard operation
recipes copied to clipboard

希望recipes中的boost库也替换成std的用法,便于新手学习

Open huangrt01 opened this issue 2 years ago • 2 comments

另外还有一些boost::bind可以替换成lambda function

huangrt01 avatar Oct 23 '22 16:10 huangrt01

在recipes/tpc执行make编译报错 /usr/bin/ld: cannot find -lboost_program_options: No such file or directory 请问对应的Boost版本是哪个?

haixuanwo avatar Nov 19 '22 07:11 haixuanwo

tpc编译时需要安装 sudo apt install libboost-thread-dev sudo apt install libboost-program-options-dev

make

ushell avatar May 09 '23 14:05 ushell