| 122 | } |
| 123 | |
| 124 | void concurrencpp::tests::test_result_status() { |
| 125 | test_result_status_impl<int>(); |
| 126 | test_result_status_impl<std::string>(); |
| 127 | test_result_status_impl<void>(); |
| 128 | test_result_status_impl<int&>(); |
| 129 | test_result_status_impl<std::string&>(); |
| 130 | } |
| 131 | |
| 132 | namespace concurrencpp::tests { |
| 133 | template<class type> |
nothing calls this directly
no outgoing calls
no test coverage detected