Re: [Boost-bugs] [Boost C++ Libraries] #2217: serialization 1.36.0 extended_type_info exit issue(s)

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2217: serialization 1.36.0 extended_type_info exit issue(s)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-08-29 15:00:35


#2217: serialization 1.36.0 extended_type_info exit issue(s)
-----------------------------------+----------------------------------------
  Reporter: timothysc_at_[hidden] | Owner: ramey
      Type: Bugs | Status: new
 Milestone: Boost 1.37.0 | Component: serialization
   Version: Boost 1.36.0 | Severity: Problem
Resolution: | Keywords: extended_type_info
-----------------------------------+----------------------------------------

Comment(by Ryan Mulder <rjmyst3_at_[hidden]>):

 Slight bug in your patch which prevents it from compiling with MinGW
 4.2.1: multiset::erase returns void.

 changing
 {{{
 start = x.erase(start);
 }}}
 to

 {{{
 x.erase(start++);
 }}}

 fixes it.

-- 
Ticket URL: <http://svn.boost.org/trac/boost/ticket/2217#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:58 UTC