
6 Jul
2010
6 Jul
'10
11:48 a.m.
With the last change I made in the serialization library, the only missing symbols are void_upcast and void_downcast. the *.cpp files which defiine these functions to indeed define BOOST_SERIALIZATION_SOURCE so these symbols should be exported. I'm trying go figure out why this is not happening. Including define BOOST_SERIALIZATION_SOURCE in a different file can't be the solution - the fact that it seems to work can only be a hint as to what the problem is. Still thanks for the insight.
Which compiler/platform is this? I just tried Trunk with Mingw-gcc-4.5.0 and everything that should pass did. John.