We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48ada41 + 396121c commit fc24be2Copy full SHA for fc24be2
stdlib/public/runtime/MetadataLookup.cpp
@@ -1324,6 +1324,8 @@ class DecodedMetadataBuilder {
1324
TypeReferenceOwnership ReferenceOwnership;
1325
1326
public:
1327
+ using BuiltType = const Metadata *;
1328
+
1329
struct BuiltLayoutConstraint {
1330
bool operator==(BuiltLayoutConstraint rhs) const { return true; }
1331
operator bool() const { return true; }
@@ -1354,7 +1356,6 @@ class DecodedMetadataBuilder {
1354
1356
substGenericParameter(substGenericParameter),
1355
1357
substWitnessTable(substWitnessTable) { }
1358
- using BuiltType = const Metadata *;
1359
using BuiltTypeDecl = const ContextDescriptor *;
1360
using BuiltProtocolDecl = ProtocolDescriptorRef;
1361
using BuiltGenericSignature = const Metadata *;
0 commit comments