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

STYLE: use 'return nullptr' for empty autoPtr/tmp returns

- both autoPtr and tmp are defined with an implicit construct from
  nullptr (but with explicit construct from a pointer to null).
  Thus is it safe to use 'nullptr' when returning an empty autoPtr or tmp.
parent 2f86cdc7
Branches
Tags
Showing
with 27 additions and 30 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