summaryrefslogtreecommitdiff
path: root/src/piraha/smart_ptr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/piraha/smart_ptr.cc')
-rw-r--r--src/piraha/smart_ptr.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/piraha/smart_ptr.cc b/src/piraha/smart_ptr.cc
new file mode 100644
index 00000000..e1d26b71
--- /dev/null
+++ b/src/piraha/smart_ptr.cc
@@ -0,0 +1,3 @@
+#include "smart_ptr.hpp"
+
+std::vector<void*> ptrs;