Merge branch 'patch-6' of https://github.com/alex85k/Project-OSRM into develop

This commit is contained in:
Dennis Luxen 2014-06-10 17:40:56 +02:00
commit 3127fafc88

View File

@ -165,7 +165,7 @@ template <class EdgeDataT> class InternalDataFacade : public BaseDataFacade<Edge
void LoadGeometries(const boost::filesystem::path &geometry_file) void LoadGeometries(const boost::filesystem::path &geometry_file)
{ {
std::ifstream geometry_stream(geometry_file.c_str(), std::ios::binary); std::ifstream geometry_stream(geometry_file.string().c_str(), std::ios::binary);
unsigned number_of_indices = 0; unsigned number_of_indices = 0;
unsigned number_of_compressed_geometries = 0; unsigned number_of_compressed_geometries = 0;