mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 13:27:33 +02:00
Tidy up inline variable macro definition
This commit is contained in:
@ -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; \
|
||||||
|
Reference in New Issue
Block a user