| 7387 | using TStorage = typename std::aligned_storage<sizeof(T), std::alignment_of<T>::value>::type; |
| 7388 | |
| 7389 | ObjectStorage() : data() {} |
| 7390 | |
| 7391 | ObjectStorage(const ObjectStorage& other) |
| 7392 | { |
nothing calls this directly
no outgoing calls
no test coverage detected