On 07/30/2014 04:01 AM, Paul Blampspied wrote:The stream operator in Boost.Serialization does not take temporary
boost::archive::binary_oarchive oa(file);
oa << PersistentManagedArray<int>(size, capacity, ints); //This line does not compile !
objects, so create the PersistentManagedArray<T> object on a separate
line, and then pass it to the stream.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users