mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
clang-tidy: Replace typedef with using
This commit is contained in:
committed by
Brad King
parent
711e1c3ada
commit
62e5f72289
@@ -36,7 +36,7 @@ public:
|
||||
/**
|
||||
* The set of files on which this one depends.
|
||||
*/
|
||||
typedef std::set<cmDependInformation*> DependencySetType;
|
||||
using DependencySetType = std::set<cmDependInformation*>;
|
||||
DependencySetType DependencySet;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user