Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11612: serializing vector
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-09-02 16:50:53
#11612: serializing vector
--------------------------------+---------------------------
Reporter: thetetrismaster@⦠| Owner: ramey
Type: Bugs | Status: new
Milestone: To Be Determined | Component: serialization
Version: Boost 1.58.0 | Severity: Problem
Resolution: | Keywords: vector
--------------------------------+---------------------------
Comment (by thetetrismaster@â¦):
also, in my particular context, detail::is_default_constructible<MyClass>
is failing when it should not be since MyClass is indeed default
constructible. I checked:
std::is_default_constructible<std::vector<MyClass>>::value == true
but
boost::serialization::detail::is_default_constructible<std::vector<MyClass>>::value
== false
I also believe that the BOOST_NO_CXX11_HDR_TYPE_TRAITS flag is not being
set properly.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11612#comment:1> 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:18 UTC