提交 43203f1d 编写于 作者: C Christopher Dunn

Merge pull request #478 from quantumsteve/msvc_override

Use override keyword with Visual Studio.
...@@ -82,6 +82,8 @@ ...@@ -82,6 +82,8 @@
// managable and fixes a set of common hard-to-find bugs. // managable and fixes a set of common hard-to-find bugs.
#if __cplusplus >= 201103L #if __cplusplus >= 201103L
# define JSONCPP_OVERRIDE override # define JSONCPP_OVERRIDE override
#elif defined(_MSC_VER) && _MSC_VER > 1600
# define JSONCPP_OVERRIDE override
#else #else
# define JSONCPP_OVERRIDE # define JSONCPP_OVERRIDE
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册