#include "index_global.hpp" #include "index_spike.hpp" #include "heap.hpp" #include "priority_queue.hpp" #include "type_set.hpp" struct Foo {}; int main() { MemPool m1(1), m2(std::move(m1)); Scalar s1("s"), s2(std::move(s1)); Vector