STYLE: compile-type deprecate empty() method for autoPtr/tmp (#1775)
- autoPtr: less clutter using plain tests with the bool operator (!ptr) vs (ptr.empty()) (ptr) vs (!ptr.empty()) - tmp: was entirely unused.
Please register or sign in to comment
- autoPtr: less clutter using plain tests with the bool operator (!ptr) vs (ptr.empty()) (ptr) vs (!ptr.empty()) - tmp: was entirely unused.