| 7394 | using TStorage = typename std::aligned_storage<sizeof(T), std::alignment_of<T>::value>::type; |
| 7395 | |
| 7396 | ObjectStorage() : data() {} |
| 7397 | |
| 7398 | ObjectStorage(const ObjectStorage& other) |
| 7399 | { |
nothing calls this directly
no outgoing calls
no test coverage detected