| 25 | namespace boost { |
| 26 | namespace asio { |
| 27 | BOOST_ASIO_INLINE_NAMESPACE_BEGIN |
| 28 | |
| 29 | template <typename Blocking, typename Relationship, typename Allocator> |
| 30 | inline system_context& |
| 31 | basic_system_executor<Blocking, Relationship, Allocator>::query( |
| 32 | execution::context_t) noexcept |
| 33 | { |
| 34 | return detail::global<system_context>(); |
| 35 | } |
| 36 | |
| 37 | template <typename Blocking, typename Relationship, typename Allocator> |
| 38 | inline std::size_t |
no outgoing calls
no test coverage detected