Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.9
-
None
-
Building with -std=c+0x or c+11
-
Patch Available
Description
Implicit conversion from NULL -> nullptr generates a warning in contemporary c++. Instead, prefer evaluating shared_ptr in boolean context to check for null.