forked from boostorg/beast
Exclude Asio executor type traits from docs
This commit is contained in:
committed by
Mohammad Nejati
parent
c5679e40da
commit
98b8be489f
@@ -70,6 +70,7 @@ class immediate_executor
|
|||||||
} // test
|
} // test
|
||||||
} // beast
|
} // beast
|
||||||
|
|
||||||
|
#if ! BOOST_BEAST_DOXYGEN
|
||||||
namespace asio
|
namespace asio
|
||||||
{
|
{
|
||||||
namespace traits
|
namespace traits
|
||||||
@@ -113,6 +114,8 @@ struct query_static_constexpr_member<
|
|||||||
};
|
};
|
||||||
} // traits
|
} // traits
|
||||||
} // asio
|
} // asio
|
||||||
|
#endif
|
||||||
|
|
||||||
} // boost
|
} // boost
|
||||||
|
|
||||||
#endif //BOOST_BEAST_TEST_IMMEDIATE_EXECUTOR_HPP
|
#endif //BOOST_BEAST_TEST_IMMEDIATE_EXECUTOR_HPP
|
||||||
|
Reference in New Issue
Block a user