Boost logo

Boost :

Subject: Re: [boost] [SCOPE_EXIT] compiler errors for structure members
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2009-04-20 12:17:39


Sid Sacek <ssacek <at> securewatch24.com> writes:

>
> > Try passing one_ref by reference:
> >
> > BOOST_SCOPE_EXIT( (&one_ref ) )
> > // ^ <=========== HERE
> >
> > Alex
>
> Yep, that did it. Thanks again.
> -Sid

You might be interested in this as well :)

BOOST_SCOPE_EXIT( (&test) )

Alex


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