Boost logo

Boost :

From: Miki Jovanovic (miki_at_[hidden])
Date: 2000-03-17 17:01:23


Hi all,

It just occured to me that the

  noncopyable() {}
  ~noncopyable() {}

should be

  noncopyable() throw() {}
  ~noncopyable() throw() {}

Cheers,

Miki.


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