summaryrefslogtreecommitdiff
path: root/libs/config/test/boost_no_lambdas.ipp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/config/test/boost_no_lambdas.ipp')
-rw-r--r--libs/config/test/boost_no_lambdas.ipp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/config/test/boost_no_lambdas.ipp b/libs/config/test/boost_no_lambdas.ipp
index 3f6ae2b08f..689f90b681 100644
--- a/libs/config/test/boost_no_lambdas.ipp
+++ b/libs/config/test/boost_no_lambdas.ipp
@@ -6,7 +6,7 @@
// See http://www.boost.org/libs/config for more information.
-// MACRO: BOOST_NO_LAMBDAS
+// MACRO: BOOST_NO_CXX11_LAMBDAS
// TITLE: C++0x lambda feature unavailable
// DESCRIPTION: The compiler does not support the C++0x lambda feature
@@ -14,7 +14,7 @@
# error This feature is not available in non-C++0x mode
#endif
-namespace boost_no_lambdas {
+namespace boost_no_cxx11_lambdas {
int test()
{