24 Aug
2009
24 Aug
'09
6:23 p.m.
Stefan Strasser wrote:
Am Monday 24 August 2009 18:13:02 schrieb Dmitry Vinogradov:
How to serialize a tuple? Where are no boost/serialization/tuple.hpp, nor boost/tuple/tuple_serialization.hpp... if there is no builtin support for tuple (I don't know), have look at the serialization function of std::pair in serialization/utility.hpp to see how it's done. or in the documentation under "free function".
Thanks, I'll do it by myself. BTW, do you know the reason why tuple serialization is missing in the Boost library?