mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
clang-tidy: Replace typedef with using
This commit is contained in:
committed by
Brad King
parent
711e1c3ada
commit
62e5f72289
@@ -14,7 +14,7 @@
|
||||
class cmFileTime
|
||||
{
|
||||
public:
|
||||
typedef long long NSC;
|
||||
using NSC = long long;
|
||||
static constexpr NSC NsPerS = 1000000000;
|
||||
|
||||
cmFileTime() = default;
|
||||
|
||||
Reference in New Issue
Block a user