示例#1
0
文件: crc.hpp 项目: 7890/osrm-backend
 void update(const osmium::Box& box) {
     update(box.bottom_left());
     update(box.top_right());
 }