Serialize boost array
Posted
by jules
on Stack Overflow
See other posts from Stack Overflow
or by jules
Published on 2010-06-15T12:43:39Z
Indexed on
2010/06/15
22:02 UTC
Read the original article
Hit count: 185
I would like to serialize a boost::array, containing something that is already serializable.
If get this error:
error C2039: 'serialize' : is not a member of 'boost::array<T,N>'
I have tried to include the serialization/array.hpp header but it did not help. Is there another header to include ? According to the documentation I should be able to do that http://www.chuchusoft.com/serialization/doc/boost_types.html
Thanks
© Stack Overflow or respective owner