Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / local_function / example / add_cxx11_lambda.cpp
index d7085bb..4a34cb5 100644 (file)
@@ -6,7 +6,7 @@
 // Home at http://www.boost.org/libs/local_function
 
 #include <boost/config.hpp>
-#ifdef BOOST_NO_LAMBDAS
+#ifdef BOOST_NO_CXX11_LAMBDAS
 #   error "lambda functions required"
 #else