boost版本1.54
值选择编译了boost 的log库
编译完后,找一个例子试了一下
但一直提示:
namespace fmt = boost::log::formatters;
namespace flt = boost::log::filters;
这2个命名空间不存在,原因是
#include <boost/log/filters.hpp>
#include <boost/log/formatters/stream.hpp>
目录中没有filters和fomatters。
是我编译的问题吗?
bjam语句:./bjam.exe --toolset=msvc-9.0 link=static --buildtype=complete install --with-log