Dobrý den,
při použití funkce std::copy dostanu tuto chybu C4996:
Error 1 error C4996: 'std::_Copy_impl': Function call 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' c:\program files (x86)\microsoft visual studio 11.0\vc\include\xutility 2176 1 DbHotelu
zkoušel jsem všechno možný, nic z toho nefunguje
#define _CRT_SECURE_NO_WARNINGS
#define D_SCL_SECURE_NO_WARNINGS
#pragma warning(disable:4996)