Re: [Boost-bugs] [Boost C++ Libraries] #4652: is_wrapper<std::string> assertion failed in xml_archive case

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4652: is_wrapper<std::string> assertion failed in xml_archive case
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-09-16 07:15:19


#4652: is_wrapper<std::string> assertion failed in xml_archive case
----------------------------------+-----------------------------------------
  Reporter: kondo@… | Owner: ramey
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: serialization
   Version: Boost 1.44.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------+-----------------------------------------

Comment (by kondo@…):

 Sorry, I made a very easy mistake.

 I forgot BOOST_SERIALIZATION_NVP at str_wrap_err.cpp(27).

 After fixing my code, The error doesn't occur.


 Before
 {{{
         ar & ms.s_;
 }}}

 After
 {{{
         ar & BOOST_SERIALIZATION_NVP(ms.s_);
 }}}

 Please change the ticket status to invalid.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4652#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:04 UTC