diff options
Diffstat (limited to 'Source/cmGlobalGhsMultiGenerator.h')
-rw-r--r-- | Source/cmGlobalGhsMultiGenerator.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmGlobalGhsMultiGenerator.h b/Source/cmGlobalGhsMultiGenerator.h index 9b5bf63..e58e65e 100644 --- a/Source/cmGlobalGhsMultiGenerator.h +++ b/Source/cmGlobalGhsMultiGenerator.h @@ -148,9 +148,8 @@ class cmGlobalGhsMultiGenerator::OrderedTargetDependSet : public std::multiset<cmTargetDepend, cmGlobalGhsMultiGenerator::TargetCompare> { - typedef std::multiset<cmTargetDepend, - cmGlobalGhsMultiGenerator::TargetCompare> - derived; + using derived = + std::multiset<cmTargetDepend, cmGlobalGhsMultiGenerator::TargetCompare>; public: using TargetDependSet = cmGlobalGenerator::TargetDependSet; |