osrm-backend/src
Přemysl Šťastný 38700e207e Solving problem with g++8 and new boost libs:
osrm-backend/src/storage/io_config.cpp:18:89: error: call of overloaded ‘is_regular_file(<brace-enclosed initializer list>)’ is ambiguous
         if (!boost::filesystem::is_regular_file({base_path.string() + fileName.string()}))
                                                                                         ^
In file included from /usr/local/include/boost/filesystem.hpp:17,
                 from /home/premy/packages/osrm-backend/include/storage/io_config.hpp:8,
                 from /home/premy/packages/osrm-backend/src/storage/io_config.cpp:1:
/usr/local/include/boost/filesystem/operations.hpp:473:8: note: candidate: ‘bool boost::filesystem::is_regular_file(const boost::filesystem::path&)’
   bool is_regular_file(const path& p)  {return is_regular_file(detail::status(p));}
        ^~~~~~~~~~~~~~~
In file included from /usr/local/include/boost/filesystem.hpp:17,
2019-05-28 12:43:27 +02:00
..
benchmarks Fix formating 2018-03-26 11:02:34 +00:00
contractor Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
customize Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
engine Add waypoints parameter to viaroute API (#5345) 2019-01-24 16:19:59 -08:00
extractor Store metadata about original OSM data, and return it in the API response, if available. 2019-01-30 15:31:56 -08:00
guidance Port .names file to tar 2018-03-26 11:02:04 +00:00
nodejs Fix table node API docs (#5204) 2018-10-01 16:45:05 +03:00
osrm Refactor shared memory storage to allow for multiple named datasets 2018-04-05 15:12:47 +02:00
partitioner Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
server Fix fallback speed validity checks (#5300) 2018-12-10 14:53:30 -05:00
storage Solving problem with g++8 and new boost libs: 2019-05-28 12:43:27 +02:00
tools Store metadata about original OSM data, and return it in the API response, if available. 2019-01-30 15:31:56 -08:00
updater Add EBG node durations 2018-04-28 08:59:18 +02:00
util Include distance from input to snapped for all waypoints, not just on the nearest service. 2018-11-02 15:30:52 -07:00