24 Aug
2009
24 Aug
'09
6:20 p.m.
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".