mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
clang-tidy: Replace typedef with using
This commit is contained in:
committed by
Brad King
parent
711e1c3ada
commit
62e5f72289
@@ -41,7 +41,7 @@ public:
|
||||
|
||||
private:
|
||||
typedef std::map<std::string, std::vector<std::string>> ParsedArguments;
|
||||
typedef std::vector<std::string> ExpectedOptions;
|
||||
using ExpectedOptions = std::vector<std::string>;
|
||||
|
||||
ExpectedOptions getExpectedOptions() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user