简体   繁体   English

找不到标识符(copy_impl)

[英]Identifier not found (copy_impl)

From mistake i deleted the vector file from visual studio. 由于错误,我从Visual Studio中删除了矢量文件。 I got a pastebin, made again that file and put it in. Now when i want to compile a program which has vector.h, it gives me the error: 我得到了一个pastebin,再次制作了该文件并将其放入。现在,当我想编译一个具有vector.h的程序时,它给了我错误:

C3861: _Copy_impl, identifier not found C3861:_Copy_impl,找不到标识符

How to solve it? 怎么解决呢?

I repaired visual studio, but still i get the same problem. 我修理了Visual Studio,但仍然遇到相同的问题。 I don't want to uninstall and install it again. 我不想再次卸载并安装它。

I got a pastebin, made again that file and put it in 我得到了一个粘贴纸箱,再次制成该文件并将其放入

What pastebin? 什么binbin? You can't just randomly reinvent one file from a standard library implementation. 您不能只是从标准库实现中随机地重新创建一个文件。 You need to put the original file back. 您需要放回原始文件。

Reinstall Visual Studio, and take more care in the future. 重新安装Visual Studio,以后再多加注意。 Ideally, a normal user wouldn't have permissions to alter system files like that. 理想情况下,普通用户将无权更改此类系统文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM