导航

随笔分类 -  boost

摘要:环境:ubuntu 14.04 32bit,boost_1_57_0前期准备:boost中,用到了别的函数库,所以为了使用boost中相应的功能,需要先安装系统中可能缺失的库 apt-get install mpi-default-dev #安装mpi库apt-g... 阅读全文

posted @ 2015-01-05 10:53 ggzone 阅读(149) 评论(0) 推荐(0)

摘要:#include #include#include#include #include "boost/date_time/gregorian/gregorian.hpp"#include "boost/date_time/posix_time/posix_... 阅读全文

posted @ 2014-12-26 15:37 ggzone 阅读(717) 评论(0) 推荐(0)

摘要:在使用vs2013编译boost-1.55.0之前,先要给boost做下修改:boost_1_55_0\boost\intrusive\detail\has_member_function_callable_with.hpp line:222templatestati... 阅读全文

posted @ 2014-07-16 21:49 ggzone 阅读(163) 评论(0) 推荐(0)