Re: [Boost-bugs] [Boost C++ Libraries] #7474: compilation error in boost::serialization

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7474: compilation error in boost::serialization
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-10-21 16:53:46


#7474: compilation error in boost::serialization
--------------------------------------------+-------------------------------
  Reporter: Like Gao <gao.like@…> | Owner: ramey
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: serialization
   Version: Boost Release Branch | Severity: Problem
Resolution: invalid | Keywords:
--------------------------------------------+-------------------------------
Changes (by ramey):

  * status: new => closed
  * resolution: => invalid

Comment:

 I'm guessing that the client code does something like

 myclass x;

 text_oarchive oa(...

 oa << x; // error - x must be const !!!

 There is a long explanation in the rationale section of the manual which
 explains why this is so.

 Of course, without the rest of the program I can't verify whether my
 presumption is right or wrong about this. But for now, I'm going to
 assume I'm corrected and close this ticket.

 Robert Ramey

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7474#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC