| 216 | } |
| 217 | |
| 218 | int main() |
| 219 | { |
| 220 | std::srand(std::hash<unsigned>{}(static_cast<unsigned>(std::time(nullptr)))); |
| 221 | |
| 222 | test_single_thread(); |
| 223 | test_multithreaded(); |
| 224 | |
| 225 | return boost::report_errors(); |
| 226 | } |
nothing calls this directly
no test coverage detected