ros下boost移植

参考资料: http://blog.chinaunix.net/uid-12226757-id-3427282.html  注意:本链接中只看第一种的方法,验证程序参考以下:

Boost安装成功的验证:

#include<iostream>

#include<boost/lexical_cast.hpp>

int main()

{

   int a = boost::lexical_cast<int>("123456");

   std::cout << a <<std::endl;

   return 0;

}

 

boost默认安装位置:

 

posted on 2016-11-11 11:52  zhuxuekui3  阅读(814)  评论(0编辑  收藏  举报