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
No related branches found
No related tags found
1 merge request!378autoPtr/tmp cleanup
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment