commit | d8091853875f77a7646881b1ebc219a52dca81b7 | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <jdanis@google.com> | Wed May 10 18:56:35 2017 -0700 |
committer | Janis Danisevskis <jdanis@google.com> | Mon Oct 02 12:30:41 2017 -0700 |
tree | 2edb39de10db54cc6268e58d3952565649a764c1 | |
parent | f54cc93ccf57a94f9a2c660dbf3e06494adf178d [diff] |
Add features to UniquePtr Make keymaster UniquePtr move construct/assignable Added implicit move conversion between UniquePtrs with (non array) types that are implicitly convertible and that are default deletable. Also added: - conversion to bool to UniquePtr<T> and UniquePtr<T[]> and - Implicite conversion from nullptr to UniquePtr<T> and UniquePtr<T[]> Test: VtsHalKeymasterV3_0TargetTest Bug: 67358942 Change-Id: I07943209c34604579da0ca065063dd314ef84e4b