Make internal func anon

fixes #489
This commit is contained in:
Christopher Dunn
2016-06-26 17:52:19 -05:00
parent 43203f1d09
commit e0f9aab0bf
2 changed files with 3 additions and 1 deletions

View File

@@ -80,7 +80,7 @@
// In c++11 the override keyword allows you to explicity define that a function
// is intended to override the base-class version. This makes the code more
// managable and fixes a set of common hard-to-find bugs.
#if __cplusplus >= 201103L
#if __cplusplus >= 201103L
# define JSONCPP_OVERRIDE override
#elif defined(_MSC_VER) && _MSC_VER > 1600
# define JSONCPP_OVERRIDE override