| 7327 | using TStorage = typename std::aligned_storage<sizeof(T), std::alignment_of<T>::value>::type; |
| 7328 | |
| 7329 | ObjectStorage() : data() {} |
| 7330 | |
| 7331 | ObjectStorage(const ObjectStorage& other) |
| 7332 | { |
nothing calls this directly
no outgoing calls
no test coverage detected