Skip to content

Pacify c++ compiler warnings

auto_ptr was deprecated in favor of unique_ptr and 0 should not be used as a substitute for nullptr.

Merge request reports