[clang-tidy] use using instead of typedef
Found with modernize-use-using Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
dea0cc165d
commit
351a4a80d2
@ -34,7 +34,7 @@ struct StringLess {
|
||||
}
|
||||
};
|
||||
|
||||
typedef std::set<const char *, StringLess> StringSet;
|
||||
using StringSet = std::set<const char *, StringLess>;
|
||||
|
||||
static void
|
||||
StatsVisitTag(DatabaseStats &stats, StringSet &artists, StringSet &albums,
|
||||
|
Loading…
Reference in New Issue
Block a user