Serialize boost array
- by jules
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