Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1778: Possible regression in 1.35 serialization of 2D arrays
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-04-10 00:20:57
#1778: Possible regression in 1.35 serialization of 2D arrays
-------------------------------+--------------------------------------------
Reporter: dgt_at_[hidden] | Owner: troyer
Type: Bugs | Status: new
Milestone: To Be Determined | Component: serialization
Version: Boost 1.35.0 | Severity: Regression
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Comment (by dgt_at_[hidden]):
Replying to [comment:3 dgt_at_[hidden]]:
> It seems that the code I need was commented out here [34068]. If this
was just accidental as part of the MSVC 0-length array fix, I can simply
copy the code into my own sources until Boost 1.35.1 is released.
Otherwise, I can only assume it was commented out because there is a
problem with it.
I take that back. That code doesn't help. It looks like the previous
behavior can only be attained by copying the data into a nested structure
such as:
{{{
vector< vector<char> > c;
ar & make_nvp( "blah", c );
}}}
Or write my own wrapper class.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1778#comment:4>
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