We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db9dfc commit f2f2c6eCopy full SHA for f2f2c6e
stdlib/public/runtime/MetadataLookup.cpp
@@ -196,10 +196,8 @@ namespace {
196
};
197
} // end anonymous namespace
198
199
-namespace {
200
- inline llvm::hash_code llvm::hash_value(StringRef S) {
201
- return hash_combine_range(S.begin(), S.end());
202
- }
+inline llvm::hash_code llvm::hash_value(StringRef S) {
+ return hash_combine_range(S.begin(), S.end());
203
}
204
205
struct TypeMetadataPrivateState {
0 commit comments