gpt4 book ai didi

c++ - auto 的编译器问题?错误 : in a declarator-list 'auto' must always deduce to the same type

转载 作者:可可西里 更新时间:2023-11-01 18:08:18 26 4
gpt4 key购买 nike

std::vector<int> vec;
auto i = vec.begin(), j = std::next(i);

Error: in a declarator-list 'auto' must always deduce to the same type

最佳答案

在 Linux 上的 g++ 中编译良好,因此它似乎是一个编译器错误。 Probably this one .

关于c++ - auto 的编译器问题?错误 : in a declarator-list 'auto' must always deduce to the same type,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12922588/

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