Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4981: Boost.Archive No Tracking does nothing
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-12-15 19:34:46
#4981: Boost.Archive No Tracking does nothing
-------------------------------------------------------+--------------------
Reporter: jsternberg <jonathansternberg@â¦> | Owner: ramey
Type: Patches | Status: closed
Milestone: To Be Determined | Component: serialization
Version: Boost 1.45.0 | Severity: Problem
Resolution: wontfix | Keywords:
-------------------------------------------------------+--------------------
Changes (by ramey):
* status: new => closed
* resolution: => wontfix
Comment:
For serializing a pointer off the stack, one might better just de-
reference the pointer and just serialize the object: e.g.
my_object *p = ...
ar & *p
The fix suggested would need to be looked at with excruciating detail to
be sure it doesn't break anything else. Not a good idea.
I am aware of the need to be able to suppress tracking on a case by case
basis but I don't think this is a good way to do it.
Robert Ramey
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4981#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:50:05 UTC