Files
osrm-backend/include/extractor
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
..
2016-01-08 01:31:57 +01:00
2017-08-04 11:19:32 +02:00
2017-07-20 12:01:05 +02:00
2017-08-04 11:19:32 +02:00
2017-04-18 17:24:46 +00:00
2016-07-26 15:00:58 +02:00
2017-07-18 10:09:22 +00:00
2017-07-31 09:36:25 +02:00