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.