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 c029ed6 commit 633e7f1Copy full SHA for 633e7f1
test/Interop/Cxx/stdlib/Inputs/std-unique-ptr.h
@@ -20,7 +20,7 @@ struct HasDtor {
20
HasDtor() = default;
21
#if __is_target_os(windows)
22
// On windows, force this type to be address-only.
23
- HasDtor(const StructWithDestructor &other);
+ HasDtor(const HasDtor &other);
24
#endif
25
~HasDtor() {
26
dtorCalled = true;
0 commit comments