MCPcopy Create free account
hub / github.com/boostorg/asio / compile_test

Function compile_test

test/unit_test.hpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95template <void (*)()>
96inline 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected