Skip to content

cmSourceFile: use std::unique_ptr for CustomCommand

Remove the manual delete expression in cmSourceFile::~cmSourceFile. Remove special members to be defined implicitly. [rule-of-zero]

Merge request reports