gpt4 book ai didi

ios - 非类型模板参数的计算结果为 -1,无法缩小为类型 'unsigned long long' xcode 4.6

转载 作者:可可西里 更新时间:2023-11-01 04:53:43 27 4
gpt4 key购买 nike

我在我的项目中使用 zxing 和 OpenCV 库。我今天将我的 XCode 从 4.5 更新到 4.6,但我收到了这个错误。

externalLibs/boost/include/boost/gil/channel_algorithm.hpp:54:85: Non-type template argument evaluates to -1, which cannot be narrowed to type 'unsigned long long'

这个错误出现在 OpenCV 库类之一的这一行代码中:-

struct unsigned_integral_max_value : public mpl::
integral_c< UnsignedIntegralChannel,-1> {};

在早期版本的 Xcode 上它工作正常。

提前致谢。

最佳答案

似乎 boost 不喜欢新的 clang 编译器添加的 c++ 11 支持

所以..它说在build设置中禁用c++ 11支持 enter image description here

= 来源:参见 https://svn.boost.org/trac/boost/ticket/7270

关于ios - 非类型模板参数的计算结果为 -1,无法缩小为类型 'unsigned long long' xcode 4.6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14583274/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com