From 11c708e29d504e3552f8d1963e11ecdf96c82ee0 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 5 Feb 2019 10:45:08 -0800 Subject: [PATCH] Tidy up inline variable macro definition --- include/boost/beast/core/detail/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \