Re: [Boost-bugs] [Boost C++ Libraries] #9843: binary serializer wrong behaviour treating enums

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9843: binary serializer wrong behaviour treating enums
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-04-10 08:06:33


#9843: binary serializer wrong behaviour treating enums
-------------------------------+-----------------------------------------
  Reporter: jpjps@… | Owner: ramey
      Type: Bugs | Status: reopened
 Milestone: To Be Determined | Component: serialization
   Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords: enum seriliazation typesize
-------------------------------+-----------------------------------------

Comment (by anonymous):

 ahh, I finally figured out... there were some extensions of mine. to
 enable ability to serialize of literals:
 {{{
     //interface_oarchive.hpp
     template<class T>
     Archive & operator<<(const T && t){
                 return *this->This() << t;
         }
 }}}

 it could be considered not a problem of 'original' boost.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9843#comment:3>
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:16 UTC