Skip to content

CursesDialog: reduce manual memory management

Tushar Maheshwari requested to merge tusharpm/cmake:smart_ptr/cmCurses into master
  • Replace owning raw pointers with std::unique_ptr.
  • Use std::string/std::vector instead of dynamic allocated array.
  • Reorder some lines in cmCursesCacheEntryComposite.cxx to avoid the static_cast expressions.

Merge request reports