osrm-backend/include
Mateusz Loskot 80b705e997 Add workaround for Visual C++ issue with std::array in debug
If Visual C++ _ITERATOR_DEBUG_LEVEL > 0, then
accessing std::array<char[N], M> elements via reference to const
causes compilation error:

...\msvc\14.10.25017\include\array(181): error C2440: 'return': cannot convert from 'const char *' to 'const char (&)[256]'

Alternative workaround is to remove const qualifier from the GetClassName method.
2017-08-10 12:21:42 +02:00
..
contractor Addressed comments 2017-07-20 12:01:05 +02:00
customizer Addressed comments 2017-07-20 12:01:05 +02:00
engine deduplicate geometry 2017-08-04 11:19:32 +02:00
extractor Add workaround for Visual C++ issue with std::array in debug 2017-08-10 12:21:42 +02:00
nodejs Maintain storage_config exposed API 2017-07-20 12:01:05 +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 Maintain storage_config exposed API 2017-07-20 12:01:05 +02:00
server Implements Alternatives for MLD 2017-07-07 16:12:46 +00:00
storage Save both forward and reverse datasources. 2017-07-27 14:45:28 -07:00
updater Maintain storage_config exposed API 2017-07-20 12:01:05 +02:00
util Fix a single weekday grammar callback 2017-07-31 14:56:08 +02:00