osrm-backend/unit_tests
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
..
algorithms Replace custom replace utility with the stdlib's replace algorithm. 2015-09-28 15:00:20 +02:00
data_structures Remove boost/thread from rtree, include header for hash_combine in unit test. 2015-09-28 15:00:20 +02:00
fixtures Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00
algorithm_tests.cpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00
datastructure_tests.cpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00