Re: [Boost-bugs] [Boost C++ Libraries] #3940: BOOST_SCOPE_EXIT without arguments

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3940: BOOST_SCOPE_EXIT without arguments
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-02-17 17:51:51


#3940: BOOST_SCOPE_EXIT without arguments
---------------------------+------------------------------------------------
  Reporter: anonymous | Owner: nasonov
      Type: Bugs | Status: closed
 Milestone: Boost 1.43.0 | Component: scope_exit
   Version: Boost 1.42.0 | Severity: Problem
Resolution: wontfix | Keywords:
---------------------------+------------------------------------------------
Changes (by nasonov):

  * status: new => closed
  * resolution: => wontfix

Comment:

 Not a bug.
 According to documentation, empty scope-exit-capture-list is not
 supported:

 A ScopeExit declaration has the following synopsis:

 #include <boost/scope_exit.hpp>

 BOOST_SCOPE_EXIT ( scope-exit-capture-list )
     function-body
 BOOST_SCOPE_EXIT_END

 where

 scope-exit-capture-list:
     ( scope-exit-capture )
     scope-exit-capture-list ( scope-exit-capture )

 scope-exit-capture:
     identifier
     &identifier

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3940#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC