
On 21 Aug 2010, at 21:42, Belcourt, Kenneth wrote:
On Aug 21, 2010, at 1:37 PM, Matthias Troyer wrote:
On Aug 21, 2010, at 12:33 PM, "Belcourt, Kenneth" <kbelco@sandia.gov> wrote:
No and no. I first noticed this problem about 6 weeks ago when looking at the MPI test results and finding MPL test results instead. Unfortunately I can't point you to the MPI problem because most all MPI is broken due to errors in
I thought we fixed those errors for 1.44. Are there new problems?
Yes, compile problems with serialization/access.hpp.
instantiated from here ../boost/serialization/access.hpp:118:
error: ???class std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >??? has no member named ???serialize???
This is actually a regression in Boost.Serialization and lots of serialization tests fail with the same error message. Matthias