summaryrefslogtreecommitdiff
path: root/src/piraha/smart_ptr.cc
blob: 112e0f622962bc777efb1cd3470dd87f3f78623a (plain)
1
2
3
4
5
6
7
#include "smart_ptr.hpp"

namespace cctki_piraha {

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

}