Skip to content
New issue

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

调试程序出现bug #1

Open
FightingZxw opened this issue Jan 24, 2022 · 0 comments
Open

调试程序出现bug #1

FightingZxw opened this issue Jan 24, 2022 · 0 comments

Comments

@FightingZxw
Copy link

您好,按照您的代码,调试还是出现了问题,您能帮忙解决下嘛?
问题如下:0x00007FFD7C31AFEC (ucrtbased.dll) (去雾test.exe 中)处有未经处理的异常: 将一个无效参数传递给了将无效参数视为严重错误的函数。` _NODISCARD _CONSTEXPR20_CONTAINER const _Ty& operator[](const size_type _Pos) const noexcept /* strengthened */ {
auto& _My_data = _Mypair._Myval2;
#if _CONTAINER_DEBUG_LEVEL > 0
_STL_VERIFY(
_Pos < static_cast<size_type>(_My_data._Mylast - _My_data._Myfirst), "vector subscript out of range");
#endif // _CONTAINER_DEBUG_LEVEL > 0

    return _My_data._Myfirst[_Pos];`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant