summaryrefslogtreecommitdiffhomepage
path: root/src/RTree.cpp
blob: a45852af82319444f6368378ad1e087cf629713d (plain)
1
2
3
#include "RTree.hpp"

template class RTree<void*, std::uint32_t, 2, float>;