提升格式错误

Error in boost format

当我尝试在 cygwin 中编译时出现如下问题:

fatal error: boost/format.hpp: No such file or directory #include <boost/format.hpp>

我如何解决这个问题,请有人帮助我...

您可能会遇到此错误有两个原因:

  1. 您忘记在文件中添加 #include <boost/format.hpp>

  2. 你没有boost installed. Installation guide here.