diff --git a/include/boost/beast/_experimental/test/immediate_executor.hpp b/include/boost/beast/_experimental/test/immediate_executor.hpp index a2458a1b..513e1d69 100644 --- a/include/boost/beast/_experimental/test/immediate_executor.hpp +++ b/include/boost/beast/_experimental/test/immediate_executor.hpp @@ -70,6 +70,7 @@ class immediate_executor } // test } // beast +#if ! BOOST_BEAST_DOXYGEN namespace asio { namespace traits @@ -113,6 +114,8 @@ struct query_static_constexpr_member< }; } // traits } // asio +#endif + } // boost #endif //BOOST_BEAST_TEST_IMMEDIATE_EXECUTOR_HPP