File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ namespace Json {
32
32
*
33
33
* \deprecated Use CharReader and CharReaderBuilder.
34
34
*/
35
- class JSONCPP_DEPRECATED ( " Use CharReader and CharReaderBuilder instead " ) JSON_API Reader {
35
+ class JSON_API Reader {
36
36
public:
37
37
typedef char Char;
38
38
typedef const Char* Location;
@@ -52,11 +52,13 @@ class JSONCPP_DEPRECATED("Use CharReader and CharReaderBuilder instead") JSON_AP
52
52
/* * \brief Constructs a Reader allowing all features
53
53
* for parsing.
54
54
*/
55
+ JSONCPP_DEPRECATED (" Use CharReader and CharReaderBuilder instead" )
55
56
Reader ();
56
57
57
58
/* * \brief Constructs a Reader allowing the specified feature set
58
59
* for parsing.
59
60
*/
61
+ JSONCPP_DEPRECATED (" Use CharReader and CharReaderBuilder instead" )
60
62
Reader (const Features& features);
61
63
62
64
/* * \brief Read a Value from a <a HREF="http://www.json.org">JSON</a>
You can’t perform that action at this time.
0 commit comments