我在我的项目中使用 zxing 和 OpenCV 库。我今天将我的 XCode 从 4.5 更新到 4.6,我收到了这个错误。
externalLibs/boost/include/boost/gil/channel_algorithm.hpp:54:85:非类型模板参数计算为-1,不能缩小为“unsigned long long”类型
这个错误出现在 OpenCV 库类之一中的这一行代码上:-
struct unsigned_integral_max_value : public mpl::
integral_c< UnsignedIntegralChannel,-1> {};
在早期版本的 Xcode 上,它工作正常。
提前致谢。