I have to use some static Json::Value objects in my code which leads to a pure virtual function call everytime I quit the application because of the ValueAllocator's virtual methods. Is there a way to get rid of this problem without having to drop the idea of global Json::Value objects?
Thanks for your help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmm, this ValueAllocator should have removed from the code (stumbled on similar issues)… What version are you using (no trace of ValueAllocator in trunk)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not sure about the version because I started working on a json related part of a bigger project and someone else integrated the json-cpp library. I will check and see if we can update to a more recent version of json-cpp. Thanks for the hint.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I checked back and seems like we're using version 0.5.0 which seems to be the latest release (although that's almost a year old). Any reason why there hasn't been another release yet? Are there any other important changes in SVN since the last release which we need to be aware of if we update to the latest SVN version?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey everyone
I have to use some static Json::Value objects in my code which leads to a pure virtual function call everytime I quit the application because of the ValueAllocator's virtual methods. Is there a way to get rid of this problem without having to drop the idea of global Json::Value objects?
Thanks for your help.
Hmm, this ValueAllocator should have removed from the code (stumbled on similar issues)… What version are you using (no trace of ValueAllocator in trunk)?
I'm not sure about the version because I started working on a json related part of a bigger project and someone else integrated the json-cpp library. I will check and see if we can update to a more recent version of json-cpp. Thanks for the hint.
I checked back and seems like we're using version 0.5.0 which seems to be the latest release (although that's almost a year old). Any reason why there hasn't been another release yet? Are there any other important changes in SVN since the last release which we need to be aware of if we update to the latest SVN version?