mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
clang-tidy: Replace typedef with using
This commit is contained in:
committed by
Brad King
parent
711e1c3ada
commit
62e5f72289
@@ -126,7 +126,7 @@ public:
|
||||
/**
|
||||
* Job handle type
|
||||
*/
|
||||
typedef std::unique_ptr<JobT> JobHandleT;
|
||||
using JobHandleT = std::unique_ptr<JobT>;
|
||||
|
||||
/**
|
||||
* Fence job base class
|
||||
|
||||
Reference in New Issue
Block a user