commit | 306f8b571302dc9977d6ecd4aeb130ee9ee6dfdc | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Dec 19 16:32:00 2019 -0800 |
committer | Steven Moreland <smoreland@google.com> | Fri Jan 17 22:50:30 2020 +0000 |
tree | cf84ef51e3fa31b144e7de02d76bf987fe447e5b | |
parent | e2dad0a29664f3444b3c5cb07aac9e4669c9ee33 [diff] |
libutils: sp lh comparison w/ pointer Perhaps the better question is, why have I 100s of times, typed "ASSERT_NE(nullptr, foo)" for sp<> foo, and got a compiler error and then change it to "foo.get()". This CL so we can stop wasting cycles with that error. Fixes: 147842528 Test: libutils_test Change-Id: Id63b29d2a1ff3077201a62b69d864c5a826c47e0