Skip to content
Snippets Groups Projects
Commit 3baebcb1 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: replace uses of autoPtr::empty() with bool check (#1775)

- less clutter using plain tests with the bool operator:

      (!ptr)  vs  (ptr.empty())
      (ptr)   vs  (!ptr.empty())
parent 53eda1c4
1 merge request!378autoPtr/tmp cleanup
Showing
with 54 additions and 54 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment