gpt4 book ai didi

c++ - CLion (C++) - 无匹配函数

转载 作者:行者123 更新时间:2023-11-30 02:20:22 28 4
gpt4 key购买 nike

我使用 CLion 只是为了编码,而不是编译。我使用外部工具编译,程序按预期编译。但是,当我调用 std::unordered_map<std::string, std::string>.begin() 时,CLion 出现“无匹配函数”错误为了得到一个迭代器。这很奇怪,因为当我按下自动完成键时,方法 begin()作为一个选项出现。请参阅所附图片。

enter image description here

enter image description here

这个错误很烦人,如果不解决,我想知道为什么会出现这个错误。也许这是配置错误。要使用的 C++ 标准在 CMakeLists 中设置:set(CMAKE_CXX_STANDARD 17) .我也尝试过使用 11 和 14。

最佳答案

这可能是 CLion 中的错误:CPP-11511 Wrong error underlining when compare unordered_set "begin" and "end" .根据评论,它也适用于 unordered_map

关于c++ - CLion (C++) - 无匹配函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49811905/

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