osrm-backend/include
Mateusz Loskot 2385602500 Switch to reliable non-existent handle for QueryHeap items.
Default-constructed objects of (boost::heap) handle_type are singular,
including the wrapped handle_type::iterator.
Apparently, MSVC iterator debug facilities strictly require that
one singular instance is compared to another singular instance.
It is not possible to get check-comparabe iterators of non-singular
and singular instances as owning container will always mismatch.
2017-08-30 10:59:43 +02:00
..
contractor Refactor cell weights and durations to own file and allow for multiple metrics 2017-08-21 13:00:12 +02:00
customizer Fix remaining PR comments 2017-08-21 13:00:12 +02:00
engine Avoid -> Exclude 2017-08-21 13:00:12 +02:00
extractor Add more tests for exclude validation 2017-08-21 13:00:12 +02:00
nodejs Add node binding integration 2017-08-21 13:00:12 +02:00
osrm Make most command-line tools return useful error codes on well-known exceptions. 2017-06-08 15:03:24 +00:00
partition Prevent linkage errors when load/write extracted graph from external app 2017-08-22 15:46:06 +02:00
server Add more tests for exclude validation 2017-08-21 13:00:12 +02:00
storage Refactor cell weights and durations to own file and allow for multiple metrics 2017-08-21 13:00:12 +02:00
updater Refactor cell weights and durations to own file and allow for multiple metrics 2017-08-21 13:00:12 +02:00
util Switch to reliable non-existent handle for QueryHeap items. 2017-08-30 10:59:43 +02:00