このサイトのパーサーを使用しようとしています:
http://www.partow.net/programming/exprtk/
残念ながら、exprtk_simple_example_01 (パーサーのダウンロードに含まれるサンプル ファイルの 1 つ) のコンパイル中に次のエラーが発生します。
Severity Code Description Project File Line Suppression State
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' TEST
c:\program files (x86)\microsoft visual studio 14.0\vc\include\xutility 2229
何故ですか?このパーサーは VS 2015 と互換性がありませんか?