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 a9da803 commit 3d50622Copy full SHA for 3d50622
stdlib/public/runtime/Private.h
@@ -63,7 +63,7 @@ class TypeInfo {
63
: Response{nullptr, MetadataState::Abstract}, ReferenceOwnership() {}
64
65
TypeInfo(MetadataResponse response, TypeReferenceOwnership ownership)
66
- : Response(response), ReferenceOwnership() {}
+ : Response(response), ReferenceOwnership(ownership) {}
67
68
// FIXME: remove this constructor and require a response in all cases.
69
TypeInfo(const Metadata *type, TypeReferenceOwnership ownership)
0 commit comments