[Boost-bugs] [Boost C++ Libraries] #5679: Serialization of uuid with polymorphic archive fails to compile

Subject: [Boost-bugs] [Boost C++ Libraries] #5679: Serialization of uuid with polymorphic archive fails to compile
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-07-08 16:12:17


#5679: Serialization of uuid with polymorphic archive fails to compile
--------------------------------------------+-------------------------------
 Reporter: boost@… | Owner: ramey
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: serialization
  Version: Boost 1.44.0 | Severity: Problem
 Keywords: uuid serialization polymorphic |
--------------------------------------------+-------------------------------
 Not sure if this belongs with uuid or serialization, but the uuid library
 has a test that passes for non-polymorphic archive types; see
 ".../libs/uuid/test/test_serialization.cpp".

 To trigger the problem, take the (above) test file, include some
 polymorphic archives, e.g.

 {{{
 #include <boost/archive/polymorphic_binary_oarchive.hpp>
 #include <boost/archive/polymorphic_binary_iarchive.hpp>
 }}}

 and extend main():

 {{{
     test_archive<polymorphic_binary_oarchive, polymorphic_binary_iarchive,
 ostringstream, istringstream>();
 }}}

 (apologies if this is fixed post-1.44)

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