| 94 | |
| 95 | template <void (*)()> |
| 96 | inline void compile_test(const char* name) |
| 97 | { |
| 98 | BOOST_ASIO_TEST_IOSTREAM << name << " passed" << std::endl; |
| 99 | } |
| 100 | |
| 101 | #if defined(BOOST_ASIO_NO_EXCEPTIONS) |
| 102 |
nothing calls this directly
no outgoing calls
no test coverage detected