summaryrefslogtreecommitdiff
path: root/src/piraha/smart_ptr.cc
blob: b2e5a82641e5f5934e6e3a54e4730f78456186af (plain)
1
2
3
#include "smart_ptr.hpp"

std::set<void*> *ptrs = new std::set<void*>();