| 54 | |
| 55 | template <typename Storage> |
| 56 | class StaticStorageTest : public ::testing::Test {}; |
| 57 | |
| 58 | using StaticStorageTypes = ::testing::Types<msd::array_storage<std::unique_ptr<int>, 5>>; |
| 59 |
nothing calls this directly
no outgoing calls
no test coverage detected