clang-format
This commit is contained in:
parent
302e37460f
commit
f028cc4392
|
@ -52,9 +52,10 @@
|
||||||
#include "template.h"
|
#include "template.h"
|
||||||
|
|
||||||
#if BOOST_VERSION >= 107000
|
#if BOOST_VERSION >= 107000
|
||||||
#define GET_IO_SERVICE(s) ((boost::asio::io_context&)(s).get_executor().context())
|
# define GET_IO_SERVICE(s) \
|
||||||
|
((boost::asio::io_context &)(s).get_executor().context())
|
||||||
#else
|
#else
|
||||||
#define GET_IO_SERVICE(s) ((s).get_io_service())
|
# define GET_IO_SERVICE(s) ((s).get_io_service())
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace nghttp2 {
|
namespace nghttp2 {
|
||||||
|
|
Loading…
Reference in New Issue