Boost logo

Boost Users :

Subject: Re: [Boost-users] boost::serialization - Serialization (non intrusive) of a map containing in and structure.
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2014-03-11 11:40:23


AMDG

On 03/11/2014 08:22 AM, Brian Davis wrote:
>
> namespace boost { namespace serialization {
> template<class Archive>
> void serialize( Archive& ar, non_intrusive& ni ){
> ar & ni.a;
> }
>

You're missing the 'unsigned int version' parameter.

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net