Make Dali::InstrusivePtr able to compare with nullptr 07/271907/4
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 3 Mar 2022 05:39:28 +0000 (14:39 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 7 Mar 2022 05:27:35 +0000 (14:27 +0900)
commite3df4b163e5570d4fdafdfe5380404a9027e7462
treed01705d08f9c66ad33da7641feb25fcf928f74ed
parentb812c0a74928ce3bf17381d74247536c0b0b3a72
Make Dali::InstrusivePtr able to compare with nullptr

After explicit operation bool() patch, Dali::InstrusivePtr == nullptr make compile error.
This patch fix that situation, so keep codes legacy

Change-Id: I6fbdee55203a1a0e9b5d3a90125497957dddeced
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali/utc-Dali-BaseHandle.cpp
automated-tests/src/dali/utc-Dali-IntrusivePtr.cpp
dali/public-api/common/intrusive-ptr.h