예제 #1
0
파일: crc.hpp 프로젝트: 7890/osrm-backend
 void update(const osmium::Box& box) {
     update(box.bottom_left());
     update(box.top_right());
 }