| 6 | |
| 7 | template <typename Storage> |
| 8 | class StorageTest : public ::testing::Test {}; |
| 9 | |
| 10 | using StorageTypes = ::testing::Types<msd::queue_storage<int>, msd::vector_storage<int>>; |
| 11 |
nothing calls this directly
no outgoing calls
no test coverage detected