| commit | 6aa3b8931d7ffc8306b22358bb0dd4b2dc646b49 | [log] [tgz] |
|---|---|---|
| author | Lloyd Pique <lpique@google.com> | Wed Oct 02 13:44:41 2024 -0700 |
| committer | Lloyd Pique <lpique@google.com> | Thu Oct 03 12:13:23 2024 -0700 |
| tree | 48ae34d5846997541a6d36fa140ac7941f6c4226 | |
| parent | 6d17c9b341b564f1e9e95dc477fb1681d6b3bb44 [diff] |
FTL: Allow implicit conversions with NonNull<T> C++ allows certain implicit conversions for pointers, such as the implicit conversion of "T*" to "const T*". NonNull did not allow them, but that is easily corrected. Bug: 185536303 Flag: EXEMPT Relaxes a compile-time constraint Test: atest ftl_test Change-Id: I0c14805c8fdcca979c67d2c86d57e5e678aa1b32