mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening][Serialization] Replace typedef with using
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
using namespace swift;
|
||||
|
||||
namespace {
|
||||
typedef std::pair<Identifier, SourceLoc> AccessPathElem;
|
||||
using AccessPathElem = std::pair<Identifier, SourceLoc>;
|
||||
} // end unnamed namespace
|
||||
|
||||
// Defined out-of-line so that we can see ~ModuleFile.
|
||||
|
||||
Reference in New Issue
Block a user