| 217 | |
| 218 | template <class Queue> |
| 219 | void test( Queue& q ) |
| 220 | { |
| 221 | test_queue<empty_functor, empty_functor>( q ); |
| 222 | propout() << q.statistics(); |
| 223 | } |
| 224 | |
| 225 | public: |
| 226 | static void SetUpTestCase() |
nothing calls this directly
no test coverage detected