<div dir="ltr"><span style="font-size:12.8000001907349px">I'm a little confused about the following:</span><div style="font-size:12.8000001907349px">clear,delete,destroy.</div><div style="font-size:12.8000001907349px">My understanding is that clear is deprecated and delete is planned to be deprecated, so we should only ever use destroy (which deterministic calls the destructor but doesn't release memory).</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Unique uses delete however in the destructor. Is that still guaranteeing deterministic destruction when the uniqued element is either a class or struct? (ie if the destructor has a file handle resource, will it be deterministically freed?)</div></div>