Merge deprecated macro change for Boost.ScopeExit to release; no functionality change

[SVN r81852]
This commit is contained in:
Marshall Clow
2012-12-11 14:54:55 +00:00
parent c12603bb53
commit f6230947f1
18 changed files with 35 additions and 35 deletions

View File

@@ -7,7 +7,7 @@
// Home at http://www.boost.org/libs/scope_exit
#include <boost/config.hpp>
#ifdef BOOST_NO_LAMBDAS
#ifdef BOOST_NO_CXX11_LAMBDAS
# error "lambda functions required"
#else