Boost logo

Boost :

From: Daniel Wallin (dalwan01_at_[hidden])
Date: 2003-12-19 15:24:53


Again, please don't credit me. I did nothing here. This is getting
embarressing. :P

PS. You need a copy-constructor on ScopeGuardBase..

   ScopeGuardBase(const ScopeGuardBase& x)
     : m_dismissed(x.m_dismissed)
   { x.Dismiss(); }

-- 
Daniel Wallin

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