Update default_delete.cpp

This commit is contained in:
Tk-Rwing 2020-10-01 09:38:53 +05:30 committed by GitHub
parent bf4f0f70d4
commit 14c0d8ec6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,7 @@
// Created by light on 19-11-3.
//
#include <iostream>
#include <complex>
#include<bits/stdc++.h>
using namespace std;
@ -104,4 +103,4 @@ int main() {
Foo foo1;
// foo = foo1; // 继承了的都拥有PrivateCopy性质
return 0;
}
}