summaryrefslogtreecommitdiff
path: root/libs/config/test/no_noexcept_pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/config/test/no_noexcept_pass.cpp')
-rw-r--r--libs/config/test/no_noexcept_pass.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/config/test/no_noexcept_pass.cpp b/libs/config/test/no_noexcept_pass.cpp
index 9d6a6cdfc3..3f923c927b 100644
--- a/libs/config/test/no_noexcept_pass.cpp
+++ b/libs/config/test/no_noexcept_pass.cpp
@@ -10,9 +10,9 @@
//
-// Test file for macro BOOST_NO_NOEXCEPT
+// Test file for macro BOOST_NO_CXX11_NOEXCEPT
// This file should compile, if it does not then
-// BOOST_NO_NOEXCEPT should be defined.
+// BOOST_NO_CXX11_NOEXCEPT should be defined.
// See file boost_no_noexcept.ipp for details
// Must not have BOOST_ASSERT_CONFIG set; it defeats
@@ -24,7 +24,7 @@
#include <boost/config.hpp>
#include "test.hpp"
-#ifndef BOOST_NO_NOEXCEPT
+#ifndef BOOST_NO_CXX11_NOEXCEPT
#include "boost_no_noexcept.ipp"
#else
namespace boost_no_noexcept = empty_boost;