Skip to content

cleanup of SmartRef

Gerhard Raven requested to merge remove-dup-smartref-ctor into master
  • remove redundant duplication of SmartRef constructor from {non-,}const pointer (which can only result in ambiguous overloads...)
  • add final
  • add some const
  • prefer nullptr over 0
Edited by Gerhard Raven

Merge request reports