std::uninitialized_copy::_Unchecked_iterators::_Deprecate
678 단어 경험첩과 문제 해결vs2013
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는 위에서 참조한 후 성공적으로 운행, 특기