rapidjson steppin in

This commit is contained in:
karenzshea
2017-05-25 17:56:42 +02:00
parent f5564c9275
commit aed2c0124a
3 changed files with 98 additions and 52 deletions
+3
View File
@@ -6,6 +6,8 @@
#include <boost/geometry.hpp>
#include <boost/geometry/index/rtree.hpp>
#include <rapidjson/document.h>
#include <chrono>
namespace osrm
@@ -37,6 +39,7 @@ class Timezoner
private:
void LoadLocalTimesRTree(const std::string &tz_shapes_filename, std::time_t utc_time);
void ValidateFeature(const rapidjson::Value &feature);
struct tm default_time;
rtree_t rtree;