mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
clang-tidy: Replace typedef with using
This commit is contained in:
committed by
Brad King
parent
711e1c3ada
commit
62e5f72289
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace cmStateDetail {
|
||||
struct SnapshotDataType;
|
||||
typedef cmLinkedTree<cmStateDetail::SnapshotDataType>::iterator PositionType;
|
||||
using PositionType = cmLinkedTree<cmStateDetail::SnapshotDataType>::iterator;
|
||||
}
|
||||
|
||||
namespace cmStateEnums {
|
||||
|
||||
Reference in New Issue
Block a user