
"Pavel Vozenilek" <pavel_vozenilek@hotmail.com> wrote in message news:cci3a4$nid$1@sea.gmane.org...
"Jonathan Turkanis" wrote:
I'm looking at your version of scope_guard in the current CVS.
intersted to know why you didn't include boostified versions of
I'm the
macros ON_BLOCK_EXIT from Andrei and Petru's original article. Was it just because you didn't need it or because you found it objectionable for some reason?
Not needed in multi_index AFAIK. It also doesn't work well on VC6.
Could you elaborate on the last point? I thought it might not work well on VC6 because of problems with __LINE__, but it seemed to work okay when I tried it.
Have you considered submitting it for fast track review?
It may be considered to develop more powerful scope guard implementation, e.g. similar to: http://tnfox.sourceforge.net/TnFOX/html/group__rollbacks.html
Thanks. I'll check it out. Jonathan