Skip to content
Snippets Groups Projects

REFACT: Deprecate `auto_ptr`

Merged Luc Hermitte requested to merge lhermitte/otb:deprecate_auto_ptr into develop
  1. Mar 06, 2019
    • Luc Hermitte's avatar
      REFACT: Deprecate `auto_ptr` · 24a5ffd1
      Luc Hermitte authored
      `auto_ptr` has been deprecated in C++11 and completely removed from C++17
      standard.
      
      This was the last occurrence of this class which emits a few warnings.
      24a5ffd1
Loading