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
您好,按照您的代码,调试还是出现了问题,您能帮忙解决下嘛? 问题如下: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];`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,按照您的代码,调试还是出现了问题,您能帮忙解决下嘛?
问题如下: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
The text was updated successfully, but these errors were encountered: