commit | ad62e8cbf5cf6083568f6f230ef7d73ad8776971 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Sat Mar 07 21:47:09 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Sat Mar 07 22:58:50 2020 +0900 |
tree | 22d9b258d722979a24bdcf3d47af2e7904e23cf7 | |
parent | d90630ad39ed87160b798c585a8e9daa731f39d1 [diff] |
Use aidl::nullable for nullable type in C++ To reduce the discrepance between old code which still uses std::unique_ptr and new code using std::optional. This might help to avoid merge-conflicts between branches. Bug: 144773267 Test: m Change-Id: I33822bc76ef87637d5408849f64a0607e121792e