We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用VS2019的Cmake工程,能成功编译,但是在运行的时候会在main.cpp 2171行报错
Microsoft Visual C++ Runtime Library Debug Assertion Failed! Program: D:\Projects\BCDPlan\out\build\x64-Debug\BCD_Planner.exe File: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vector Line: 116 Expression: cannot seek vector iterator after end For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts. (Press Retry to debug the application) 中止(A) 重试(R) 忽略(I)
Debug Assertion Failed!
Program: D:\Projects\BCDPlan\out\build\x64-Debug\BCD_Planner.exe File: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vector Line: 116
Expression: cannot seek vector iterator after end
For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
Expression: cannot seek vector iterator after end,似乎是vector插入超出了结尾范围
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用VS2019的Cmake工程,能成功编译,但是在运行的时候会在main.cpp 2171行报错
Expression: cannot seek vector iterator after end,似乎是vector插入超出了结尾范围
The text was updated successfully, but these errors were encountered: