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