From d9d5ece1c8a0c1fded2afd64e2643f791d3d4c53 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 18 Mar 2018 10:53:41 +0000 Subject: [PATCH] Revert "BOOST_STATIC_CONSTANT should use constexpr" This reverts commit 51f11789214d784d76a0c38c5e57c8cd54dfec9c. --- include/boost/config/detail/suffix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/detail/suffix.hpp b/include/boost/config/detail/suffix.hpp index 2e5b942b..22d31f68 100644 --- a/include/boost/config/detail/suffix.hpp +++ b/include/boost/config/detail/suffix.hpp @@ -391,7 +391,7 @@ namespace std { # ifdef BOOST_NO_INCLASS_MEMBER_INITIALIZATION # define BOOST_STATIC_CONSTANT(type, assignment) enum { assignment } # else -# define BOOST_STATIC_CONSTANT(type, assignment) BOOST_STATIC_CONSTEXPR type assignment +# define BOOST_STATIC_CONSTANT(type, assignment) static const type assignment # endif // BOOST_USE_FACET / HAS_FACET workaround ----------------------------------//