
Robert Ramey schrieb: [...]
On the branch "serialization_next_release" I've got a version which has a fair amount of changes in this area. These changes were made in the course of making the serialization library thread safe and serialization code linkable at runtime (DLLS). The later in particular required a more thorough examination of issues related to instantiation implied by export. So it seems quite possible to me that this problem is already fixed in the "next release" If someone wanted to test the serialization library on this branch on the above platforms (gcc 4.1x and Intel/win 10.?) it might shed some light on the situation.
I tried to test it on Tru64, but I stumbled over some file name issues of the files in the serialization test directory on the branch. For example, there is a file called A.cpp which is referenced from the Jamfile in lower case. This fails on case sensitive file systems. (There is a bunch of other single letter file names having the same problem.) There is also a missing file in the serialization library itself. (Can't remember the file name right now, but I'll have it tomorrow.) Markus