Boost logo

Boost :

Subject: [boost] [Serialization] link error in 1.56
From: Tobias Loew (Tobias.Loew_at_[hidden])
Date: 2014-08-24 03:34:37


Hi,

linking the serialization lib fails in version1.56 with unresolved symbols
due to the missing implementation of

boost::archive::detail::shared_ptr_helper::shared_ptr_helper(void)
boost::archive::detail::shared_ptr_helper::~shared_ptr_helper(void)

up to version 1.55 those symbols were defined in
libs\serialization\src\shared_ptr_helper.cpp, but now this file is excluded
from the build and contains the implementation of a nowhere defined class
shared_ptr_helper_base.

Is there a replacement for shared_ptr_helper, is it redundant or is
serialization broken in 1.56?

Tobias

--
View this message in context: http://boost.2283326.n4.nabble.com/Serialization-link-error-in-1-56-tp4666838.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk