[{ "resource": "/usr/include/c++/9/ext/new_allocator.h", "owner": "makefile-tools", "severity": 8, "message": "no matching function for call to ‘std::vector<findCommonSubarray(const std::vector<int>&, const std::vector<int>&)::Element>::vector(findCom
时间: 2023-11-05 08:50:25 浏览: 179
这个错误是由于在调用 `std::vector` 构造函数时没有找到匹配的函数引起的。根据你提供的信息,我无法确定具体的问题所在。请确保你传递给 `std::vector` 构造函数的参数类型正确,并且没有缺少必要的参数。另外,你也可以检查一下是否包含了正确的头文件。如果你能提供更多的代码或错误信息,我可以给出更具体的建议。
阅读全文