首页 新闻 会员 周边

boost版本1.54编译少文件

0
悬赏园豆:20 [待解决问题]

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

SunwayKong的主页 SunwayKong | 初学一级 | 园豆:182
提问于:2013-08-27 15:58
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册