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.
2 parents aa04872 + 42e0d33 commit 3321047Copy full SHA for 3321047
include/swift/Basic/Fingerprint.h
@@ -124,7 +124,7 @@ class Fingerprint final {
124
///
125
/// Very well, LLVM. A default value you shall have.
126
friend class llvm::yaml::IO;
127
- Fingerprint() : Core{DIGEST_LENGTH, '0'} {}
+ Fingerprint() : Core(DIGEST_LENGTH, '0') {}
128
};
129
130
void simple_display(llvm::raw_ostream &out, const Fingerprint &fp);
0 commit comments