Re: [Boost-bugs] [Boost C++ Libraries] #1823: Archive concept: Incomplete description?

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1823: Archive concept: Incomplete description?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-04-14 23:12:16


#1823: Archive concept: Incomplete description?
--------------------------------------------------------+-------------------
  Reporter: Sohail Somani <boost-trac_at_[hidden]> | Owner: ramey
      Type: Bugs | Status: new
 Milestone: Boost 1.36.0 | Component: serialization
   Version: Boost 1.35.0 | Severity: Problem
Resolution: | Keywords: documentation
--------------------------------------------------------+-------------------
Comment (by Sohail Somani <boost-trac_at_[hidden]>):

 Replying to [comment:1 ramey]:
> I don't know for a fact that this is still the case. I think that I
 might have changed things so that derived polymorphic classes have to be
 registered explicity whether or not they are referred to by name.

 I'm not sure I understand. Are you saying that
 {{{
 Derived d;
 ar & d;
 }}}
 does *not* register Derived? I can't imagine that is what you mean, but
 just want to be sure.

 Definitely the following should not register derived:
 {{{
 Derived d;
 Base & b(d);
 ar & b;
 }}}

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1823#comment:2>
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:49:57 UTC