array/darray: remove unnecessary explicit storage destructor
This commit is contained in:
parent
5286e4e851
commit
ddbdfacae7
@ -148,7 +148,6 @@ namespace cruft {
|
||||
private:
|
||||
union alignas (ValueT) storage_t {
|
||||
storage_t () { };
|
||||
~storage_t () { };
|
||||
|
||||
char store[sizeof (ValueT) * CapacityV];
|
||||
ValueT objects[CapacityV];
|
||||
|
Loading…
Reference in New Issue
Block a user