Re: [Boost-bugs] [Boost C++ Libraries] #5340: Patch to support concrete base classes becomming abstract classes

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5340: Patch to support concrete base classes becomming abstract classes
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-05-11 05:36:08


#5340: Patch to support concrete base classes becomming abstract classes
----------------------------------------------+-----------------------------
  Reporter: Aaron Barany <akb825@…> | Owner: ramey
      Type: Patches | Status: new
 Milestone: To Be Determined | Component: serialization
   Version: Boost 1.47.0 | Severity: Showstopper
Resolution: | Keywords: serialization abstract concrete
----------------------------------------------+-----------------------------

Comment (by anonymous):

 This last one is easy.

 The base class serialization has two functions. First it invokes
 void_cast_register to maintain the list hierarchy of base/derived classes
 and second, it invokes the serialization of the base class. One can
 invoke void_cast_register directly so the chain of serialization to base
 classes is broken. At least one of the tests does this for some reason
 that I don't remember. Actually I do believe it was related to shared_ptr
 serialization.

 Robert Ramey

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5340#comment:3>
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:06 UTC