layout.cpp 91 B

1234
  1. #include "layout.hpp"
  2. template class bounds_layout<std::vector<i_movable_bounds<int2>*>>;