4 Aug
2005
4 Aug
'05
5:46 p.m.
After posting the above, I realize that my pattern/solution wasn't quite complete
B(){ boost::serialization::void_cast_register(0,0); }
should be B(); with a corresponding B(){ boost::serialization::void_cast_register(0,0); } In a module like B.hpp. As you can see, there are a couple of loose ends here. Its not all clear to me what - if anything - should be done here. Robert Ramey