comparison OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp @ 4396:d07a65100a95

fix comment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Dec 2020 08:16:08 +0100
parents f7104e9d044c
children 3aeb5171fbd4
comparison
equal deleted inserted replaced
4395:3c400d3c11ef 4396:d07a65100a95
35 #endif 35 #endif
36 36
37 37
38 /** 38 /**
39 * We use deprecated "Json::Reader", "Json::StyledWriter" and 39 * We use deprecated "Json::Reader", "Json::StyledWriter" and
40 * "Json::StyledReader" if JsonCpp < 1.7.0. This choice is rather 40 * "Json::FastWriter" if JsonCpp < 1.7.0. This choice is rather
41 * arbitrary, but if Json >= 1.9.0, gcc generates explicit deprecation 41 * arbitrary, but if Json >= 1.9.0, gcc generates explicit deprecation
42 * warnings (clang was warning in earlier versions). For reference, 42 * warnings (clang was warning in earlier versions). For reference,
43 * these classes seem to have been deprecated since JsonCpp 1.4.0 (on 43 * these classes seem to have been deprecated since JsonCpp 1.4.0 (on
44 * February 2015) by the following changeset: 44 * February 2015) by the following changeset:
45 * https://github.com/open-source-parsers/jsoncpp/commit/8df98f6112890d6272734975dd6d70cf8999bb22 45 * https://github.com/open-source-parsers/jsoncpp/commit/8df98f6112890d6272734975dd6d70cf8999bb22