Tidy up inline variable macro definition

This commit is contained in:
Vinnie Falco
2019-02-05 10:45:08 -08:00
parent d2669d2a78
commit 11c708e29d

View File

@ -74,7 +74,7 @@ namespace net = boost::asio;
#endif #endif
#define BOOST_BEAST_INLINE_VARIABLE(name, type) \ #define BOOST_BEAST_INLINE_VARIABLE(name, type) \
inline namespace \ namespace \
{ \ { \
constexpr auto& name = \ constexpr auto& name = \
::boost::beast::detail::static_const<type>::value; \ ::boost::beast::detail::static_const<type>::value; \