mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
most ptr.get() conversion
This commit is contained in:
@@ -55,10 +55,10 @@ using namespace ue2;
|
||||
#define CHECK_WITH_TEDDY_OK_TO_FAIL(fdr, hint) \
|
||||
{ \
|
||||
auto descr = getTeddyDescription(hint); \
|
||||
if (descr && fdr != nullptr) { \
|
||||
if (descr && fdr.get() != nullptr) { \
|
||||
return; \
|
||||
} else { \
|
||||
ASSERT_TRUE(fdr != nullptr); \
|
||||
ASSERT_TRUE(fdr.get() != nullptr); \
|
||||
} \
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user