小编Rev*_*ist的帖子

Exprtk解析器无法在VS 2015上运行?

我正在尝试使用此站点的解析器:

http://www.partow.net/programming/exprtk/

在VS 2015上.不幸的是,我在编译exprtk_simple_example_01时遇到以下错误(使用解析器下载中包含的示例文件之一):

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    
Run Code Online (Sandbox Code Playgroud)

这是为什么?这个解析器与VS 2015不兼容吗?

c++ parsing exprtk

10
推荐指数
1
解决办法
353
查看次数

标签 统计

c++ ×1

exprtk ×1

parsing ×1