9 Sep
2010
9 Sep
'10
4:21 p.m.
William Oquendo wrote:
Hi,
I am in Mac Os X, running g++ 4.5 and boost 1.44 . I have tested your code and it worked without problem. I would like to point out that recently I had some troubles with serialization, because I compiled boost with g++ 4.2 but I was compiling my code with g++ 4.5 (because I needed support for c++0x). Everything works again after recompiling boost with g++ 4.5.
Best regards,
William
I should also mention (maybe I did already) that I had a problem with the gcc 4.3.2 and gcc 4.2 shipped with Ubuntu 8.04. I filed a bug report and no one has responded so it may well be that this compiler/platform has some problems. Note that I also tested your example on my MSVC system with no problems. Robert Ramey