mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
clang-tidy: Replace typedef with using
This commit is contained in:
committed by
Brad King
parent
711e1c3ada
commit
62e5f72289
@@ -191,7 +191,7 @@ struct cmFindLibraryHelper
|
||||
std::string SuffixRegexStr;
|
||||
|
||||
// Keep track of the best library file found so far.
|
||||
typedef std::vector<std::string>::size_type size_type;
|
||||
using size_type = std::vector<std::string>::size_type;
|
||||
std::string BestPath;
|
||||
|
||||
// Support for OpenBSD shared library naming: lib<name>.so.<major>.<minor>
|
||||
|
||||
Reference in New Issue
Block a user