Boost logo

Boost :

From: Neal D. Becker (ndbecker2_at_[hidden])
Date: 2004-11-04 13:12:29


I know I've mentioned this before. I'd really like to see this tiny bit of
code added to mersenne_twister:

  template<class Archive>
  void serialize(Archive & ar, const unsigned int version)
  {
    ar & x;
    ar & i;
  }

This would make it very easy to use our new serialization library with
mersenne_twister. It costs nothing if you don't use it. If you are really
paranoid, it could be surrounded by an #ifdef.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk