summaryrefslogtreecommitdiff
path: root/boost/chrono/detail/static_assert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/chrono/detail/static_assert.hpp')
-rw-r--r--boost/chrono/detail/static_assert.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/chrono/detail/static_assert.hpp b/boost/chrono/detail/static_assert.hpp
index 1ad21a56ba..8615194754 100644
--- a/boost/chrono/detail/static_assert.hpp
+++ b/boost/chrono/detail/static_assert.hpp
@@ -11,7 +11,7 @@
#include <boost/chrono/config.hpp>
-#ifndef BOOST_NO_STATIC_ASSERT
+#ifndef BOOST_NO_CXX11_STATIC_ASSERT
#define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG)
#elif defined(BOOST_CHRONO_USES_STATIC_ASSERT)
#include <boost/static_assert.hpp>