Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11360: Undefined behavior in extended_type_info_typeid default constructor?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-01-13 15:08:54
#11360: Undefined behavior in extended_type_info_typeid default constructor?
-------------------------------------------------+-------------------------
Reporter: Martin Schulze | Owner: ramey
<spam.martin.schulze@â¦> | Status: closed
Type: Bugs | Component:
Milestone: To Be Determined | serialization
Version: Boost 1.58.0 | Severity: Problem
Resolution: fixed | Keywords:
-------------------------------------------------+-------------------------
Comment (by anonymous):
For posterity's sake:
https://github.com/boostorg/serialization/commit/4f83fc163afad8fc078afcb0eccfbda1f161b3b6
{{{
- typeid_system::extended_type_info_typeid_0(get_key())
+ typeid_system::extended_type_info_typeid_0(
+ boost::serialization::guid< T >()
+ )
}}}
Just hit this myself and wanted to apply a patch locally.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11360#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:19 UTC