mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
clang-tidy: Replace typedef with using
This commit is contained in:
committed by
Brad King
parent
711e1c3ada
commit
62e5f72289
@@ -16,7 +16,7 @@
|
||||
#include <vector>
|
||||
|
||||
/** String range type. */
|
||||
typedef cmRange<std::vector<std::string>::const_iterator> cmStringRange;
|
||||
using cmStringRange = cmRange<std::vector<std::string>::const_iterator>;
|
||||
|
||||
/** Callable string comparison struct. */
|
||||
struct cmStrCmp
|
||||
|
||||
Reference in New Issue
Block a user