Boost Serialization Question.
I am able to use Boost XML and TEXT serialization but Binary Serialization fails to read file, though it can write binary file. Is Binary Serialization fully Supported and if so does it work with STD container classes ?
it does. check the test matrix.
Robert Ramey
"Piyush Kapadia"
Robert Ramey wrote:
it does. check the test matrix.
Robert Ramey
"Piyush Kapadia"
mailto:piyush.kapadia@gmail.com> wrote in message news:43472725.74d6cbc9.3c4e.ffffde53@mx.gmail.com... I am able to use Boost XML and TEXT serialization but Binary Serialization fails to read file, though it can write binary file.
Is Binary Serialization fully Supported and if so does it work with STD container classes ?
------------------------------------------------------------------------ _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
------------------------------------------------------------------------
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
It depends which version of Boost you are using... this was a bug in 1.33.0 that was fixed in 1.33.1, so you'll need to upgrade if you haven't already done so. Paul Giaccone
participants (3)
-
Paul Giaccone
-
Piyush Kapadia
-
Robert Ramey