学校资源网站建设,如何 攻击网站,深圳航空网上值机选座,最新经济新闻no match for ‘operator’ (operand types are ‘std::shared_ptrfloat’ and ‘std::unique_ptrfloat []’
在有一部分平台编译时#xff0c;返回值是unique_ptr#xff0c;接收的是shared_ptr是可以编译使用的#xff0c;但是在一个arm64的平台上直接编…no match for ‘operator’ (operand types are ‘std::shared_ptrfloat’ and ‘std::unique_ptrfloat []’
在有一部分平台编译时返回值是unique_ptr接收的是shared_ptr是可以编译使用的但是在一个arm64的平台上直接编译报错改为统一类型就可以了。