Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / scope_exit / example / world_cxx11_lambda.cpp
index c3f659a..c8e23d5 100644 (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