错误:显式专用化;“boost::type_of::id2type_impl”不是类模板的专用化
在代码最顶部添加以下代码,再重新生成运行
#define BOOST_TYPEOF_EMULATION
错误:pcl C3861 “pop_t”: 找不到标识符 pclTest1 d:\PCL1.9.1\3rdParty\FLANN\include\flann\algorithms\dist.h
只需要将 typedef unsigned long long pop_t语句转移到#if __GNUC__之前,就可以了。