diff --git a/include/boost/beast/core/detail/config.hpp b/include/boost/beast/core/detail/config.hpp index 9b05e98d..d455b6e3 100644 --- a/include/boost/beast/core/detail/config.hpp +++ b/include/boost/beast/core/detail/config.hpp @@ -74,7 +74,7 @@ namespace net = boost::asio; #endif #define BOOST_BEAST_INLINE_VARIABLE(name, type) \ - inline namespace \ + namespace \ { \ constexpr auto& name = \ ::boost::beast::detail::static_const::value; \