std::uninitialized_copy::_Unchecked_iterators::_Deprecate

원본 주소:https://blog.csdn.net/x356982611/article/details/53735830PCL1 실행8 프로그램에서 메모리 문제에 부딪히면
error C4996: 'std::uninitialized_copy::_Unchecked_iterators::_Deprecate': Call to 'std::uninitialized_copy' with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'

해결 방법
stdafx에서.h에 매크로 정의 추가
#define _SCL_SECURE_NO_WARNINGS

또는 속성 -> c/c++ -> 프리 프로세서 -> 프리 프로세서 정의에 추가SCL_SECURE_NO_WARNINGS는 위에서 참조한 후 성공적으로 운행, 특기

좋은 웹페이지 즐겨찾기