osrm-backend/unit_tests/algorithms
Daniel J. Hofmann 468c01056f Replace custom replace utility with the stdlib's replace algorithm.
This removes the custom `replaceAll` function, replacing it with
`std::replace` from the stdlib's `<algorithm>` header.

This also removes the respective unit test.

More importantly, this removes the dependency on the
`<boost/algorithm/string.hpp>` header in the `string_util.hpp` header.
2015-09-28 15:00:20 +02:00
..
douglas_peucker.cpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00
duration_parsing.cpp First step into overhauling the edge storage 2015-06-01 17:22:12 +02:00
geometry_string.cpp Move calculate_coordinate to algorithms/ 2015-08-12 13:02:18 +02:00
graph_compressor.cpp Restructure the construction of the undirected graph 2015-07-01 18:07:29 +02:00
string_util.cpp Replace custom replace utility with the stdlib's replace algorithm. 2015-09-28 15:00:20 +02:00