mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
clang-tidy: Replace typedef with using
This commit is contained in:
committed by
Brad King
parent
711e1c3ada
commit
62e5f72289
@@ -48,7 +48,7 @@ struct cmStateDetail::SnapshotDataType
|
||||
|
||||
struct cmStateDetail::PolicyStackEntry : public cmPolicies::PolicyMap
|
||||
{
|
||||
typedef cmPolicies::PolicyMap derived;
|
||||
using derived = cmPolicies::PolicyMap;
|
||||
PolicyStackEntry(bool w = false)
|
||||
: Weak(w)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user