From 2fc3929969915c2f93fae059ccd616913f97bd44 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 30 Sep 2016 23:43:18 +0200 Subject: [PATCH] Destroyed NEP 2 Catching up with Cpp and Rust: Ownership, destructors, unique pointers (markdown) --- ...pp--and-Rust:-Ownership,-destructors,-unique-pointers.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 NEP-2-Catching-up-with-Cpp--and-Rust:-Ownership,-destructors,-unique-pointers.md diff --git a/NEP-2-Catching-up-with-Cpp--and-Rust:-Ownership,-destructors,-unique-pointers.md b/NEP-2-Catching-up-with-Cpp--and-Rust:-Ownership,-destructors,-unique-pointers.md deleted file mode 100644 index 7c91589..0000000 --- a/NEP-2-Catching-up-with-Cpp--and-Rust:-Ownership,-destructors,-unique-pointers.md +++ /dev/null @@ -1,6 +0,0 @@ -Points to answer: - -* When is the destructor called? Does setLen used for shrinking call the destructors? -* How does the assignment operator work? - -