Re: [Boost-bugs] [Boost C++ Libraries] #8524: Serialization library warnings

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8524: Serialization library warnings
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-19 09:17:37


#8524: Serialization library warnings
-------------------------------+-----------------------------------
  Reporter: lcarreon@… | Owner: ramey
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: serialization
   Version: Boost 1.53.0 | Severity: Problem
Resolution: | Keywords: serialization warning
-------------------------------+-----------------------------------

Comment (by Johan Lundberg <lundberj@…>):

 The issue remains in boost 1.54 beta1

 the method looks like this (removing comments):

 BOOST_ARCHIVE_DECL(bool)
 basic_serializer_map::insert(const basic_serializer * bs){
    const std::pair<map_type::iterator, bool> result =
         m_map.insert(bs);
    return true;
 }

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