
21 Dec
2009
21 Dec
'09
10:25 p.m.
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