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

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.
parent 35a0fd3e
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