Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up deprecated JsonCpp functions #174

Open
kirichoi opened this issue Aug 31, 2017 · 0 comments
Open

Clean up deprecated JsonCpp functions #174

kirichoi opened this issue Aug 31, 2017 · 0 comments

Comments

@kirichoi
Copy link

Newer versions of JsonCpp will produce warnings for deprecated functions. The version listed on Linux package manager right now is an older version which will not have this issue, but once it gets updated to 1.8+ we will need to change few things:

  • warning: ‘StyledWriter’ is deprecated: Use StreamWriterBuilder instead [-Wdeprecated-declarations]
  • warning: ‘Reader’ is deprecated: Use CharReader and CharReaderBuilder instead [-Wdeprecated-declarations]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant