From 98b8be489fa7a74753a724d8d0772d90bcbed0fc Mon Sep 17 00:00:00 2001 From: Mohammad Nejati Date: Fri, 5 Apr 2024 17:18:06 +0000 Subject: [PATCH] Exclude Asio executor type traits from docs --- include/boost/beast/_experimental/test/immediate_executor.hpp | 3 +++ 1 file changed, 3 insertions(+) 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