
25 Oct
2010
25 Oct
'10
3:22 p.m.
Hi Matthias,
many thanks for your help!
On Mon, Oct 25, 2010 at 11:10 AM, Matthias Troyer
Looking deeper into your code I find that the actual problem is that you call the macro BOOST_SERIALIZATION_SPLIT_FREE inside the namespace boost::serialization. It has to be called from outside of any namespace. Once I make that change your code compiles for me.
Indeed this solved the compilation problem, thanks. I didn't notice the warning in the docs, my bad. Best regards, Riccardo