serialization: 2-arg template free function serialize

Robert,
I have a number of types for which I've implemented the free serialize template function.
I have also a number of fusion sequences. This is the code I came up with:
namespace boost
{
namespace serialization
{
template <typename Archive>
class SerializeMemberOfFusionSeq; /// fwd decl
template
participants (1)
-
Hicham Mouline