Closed ptx9363 closed 7 years ago
Please let us know version of
Hi ptx9363, We have discovered an issue with boost versions < 1.60 as it declared operator with reference and not const reference
Archive & operator&(T & t)
And it's been a known issue in boost.serialization for a while and it's been fixed in 1.60 onward
Archive & operator&(const T & t)
Please upgrade your boost to >= 1.60 . I am going to close this issue as resolved by pull request #54 If after upgrade it does not work for you please re-open this issue.
Hello, while i'm compiling this project, i have encountered following errors:
Seem like the initialization od value.size() is invalid, yet i'm not aware how to initialize it correctly. Looking forward for your help.