commit | e730c5fd44da5267ab4fbee0ab741c274ad94599 | [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 | b696585b1bd9ff24207f99d1d0eb8fb8a26b14b7 [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