[Boost-bugs] [Boost C++ Libraries] #1715: gcc-4.3 doesn't compile polymorphic_(i)(o)archive.hpp

Subject: [Boost-bugs] [Boost C++ Libraries] #1715: gcc-4.3 doesn't compile polymorphic_(i)(o)archive.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-03-25 19:46:13


#1715: gcc-4.3 doesn't compile polymorphic_(i)(o)archive.hpp
----------------------------------------------------------+-----------------
 Reporter: Maik Beckmann <Beckmann.Maik_at_[hidden]> | Owner: ramey
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: serialization
  Version: Boost Development Trunk | Severity: Showstopper
 Keywords: |
----------------------------------------------------------+-----------------
 gcc-4.3 fails to compile the serialization library. A build log is
 attached.

 If one comments out the following parts of
  - polymorphic_iarchive.hpp
  - polymorphic_oarchive.hpp

 {{{
     #if !defined(BOOST_NO_INTRINSIC_INT64_T)
     virtual void save(const boost::int64_t t) = 0;
     virtual void save(const boost::uint64_t t) = 0;
     #endif
 }}}
 it compiles fine, thus it might involve improper detection of
 BOOST_NO_INTRINSIC_INT64_T.

 Best,
  -- Maik

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