osrm-backend/Algorithms
alex85k 1079bf7843 sort vectors before using std::set_difference
discussed in https://github.com/DennisOSRM/Project-OSRM/pull/998#issuecomment-45238338
The vectors are better to be sorted up to ``name_id_comperator`` before running std::set_difference. Elsewhere we get debug checked iterator assertions on Windows and theretically possible incorrect results.
2014-06-06 10:27:35 +02:00
..
BFSComponentExplorer.h use range based for loops to traverse graphs 2014-05-13 16:56:30 +02:00
DouglasPeucker.cpp unlinting DouglasPeucker 2014-06-02 09:48:43 +02:00
DouglasPeucker.h use integer approximation for polyline generalization 2014-05-30 14:34:04 +02:00
ExtractRouteNames.h sort vectors before using std::set_difference 2014-06-06 10:27:35 +02:00
IteratorBasedCRC32.h migrating Algorithms directory to C++11 2014-05-07 10:38:31 +02:00
ObjectToBase64.h migrating Algorithms directory to C++11 2014-05-07 10:38:31 +02:00
PolylineCompressor.cpp remove todo marker 2014-05-27 11:44:47 +02:00
PolylineCompressor.h remove dead code 2014-05-26 13:08:10 +02:00
StronglyConnectedComponents.h further renaming of variable names, reduces legacy lint 2014-05-29 19:25:17 +02:00