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 38bc4d0 commit f30bf85Copy full SHA for f30bf85
stdlib/public/runtime/MetadataLookup.cpp
@@ -1313,6 +1313,8 @@ class DecodedMetadataBuilder {
1313
TypeReferenceOwnership ReferenceOwnership;
1314
1315
public:
1316
+ using BuiltType = const Metadata *;
1317
+
1318
struct BuiltLayoutConstraint {
1319
bool operator==(BuiltLayoutConstraint rhs) const { return true; }
1320
operator bool() const { return true; }
@@ -1343,7 +1345,6 @@ class DecodedMetadataBuilder {
1343
1345
substGenericParameter(substGenericParameter),
1344
1346
substWitnessTable(substWitnessTable) { }
1347
- using BuiltType = const Metadata *;
1348
using BuiltTypeDecl = const ContextDescriptor *;
1349
using BuiltProtocolDecl = ProtocolDescriptorRef;
1350
using BuiltGenericSignature = const Metadata *;
0 commit comments