报错如图:
解决办法:
在你报错的文件内包含头文件
#include "boost/algorithm/string.hpp"
然后修改
boost::replace_all 为 boost::algorithm::replace_all
报错如图:
解决办法:
在你报错的文件内包含头文件
#include "boost/algorithm/string.hpp"
然后修改
boost::replace_all 为 boost::algorithm::replace_all