$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] serialization code compilation problem - shared_ptr_helper.cpp in Boost 1.59
From: Robert Fairlie (rfairlie_at_[hidden])
Date: 2015-10-06 04:06:51
I tried building the serialization library only using the standard b2 approach and looking at the output. It looks like shared_ptr_helper.cpp isnât included in the build (at least for serialization). So I just left it out of my own build and my code compiled and linked OK, and my serialization seems to be working.
Does this approach sound safe or am I overlooking something?