Boost logo

Boost Users :

From: Robert Ramey (ramey_at_[hidden])
Date: 2005-08-04 12:46:40


After posting the above, I realize that my pattern/solution wasn't quite
complete

> B(){
> boost::serialization::void_cast_register<B, Z>(0,0);
> }

should be
  B();

with a corresponding

B(){
  boost::serialization::void_cast_register<B, Z>(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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net