$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::serialization::null_deleter
From: Andreas Ronnquist (andreas.ronnquist_at_[hidden])
Date: 2009-12-21 17:25:22
Hi!
I am using boost::serialization::detail::null_deleter in combination
with shared_ptr (on boost 1.34/35) - and I am having a user of my
program compiling my program (on boost 1.41) who says he has to change
that line to just boost::serialization::null_deleter to get it to work.
Should I work around this with pre-processor checks, and in that case -
what versions should I look for?
Or is there a simpler fix?
thanks in advance
-- Andreas Ronnquist <andreas.ronnquist_at_[hidden]>