
On 26 Jul 2010, at 03:15, John Maddock wrote:
update - John maddoc has suggested a similar change in STRONG_TYPEDEF which I could do. But now I look at the sun results and all these compile errors are gone - so I assumed you made some sort of adjustment here.
Looks like there were changes to both the serialization and mpi libraries yesterday... and re-running the tests today the compiler errors are indeed now gone. Just the linker errors from -Wl--export-dynamic, not sure where that's coming from though....
I added a quick workaround that might still break user code but avoids the spurious instantiation of that default constructor by the Sun compiler. This is after all actually a compiler bug and not a but in Boost.Serialization or Boost.MPI. Matthias