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.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/piraha/smart_ptr.cc b/src/piraha/smart_ptr.cc
index b2e5a826..112e0f62 100644
--- a/src/piraha/smart_ptr.cc
+++ b/src/piraha/smart_ptr.cc
@@ -1,3 +1,7 @@
#include "smart_ptr.hpp"
+namespace cctki_piraha {
+
std::set<void*> *ptrs = new std::set<void*>();
+
+}