
22 Dec
2009
22 Dec
'09
12:13 a.m.
Hmmm - I'd have to spend more time on it to give a good answer. In any case, the latest version in the trunk - and maybe release - I forgot has null_deleter replaced with something else to fix a bug. Robert Ramey Andreas Ronnquist wrote:
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