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
..
2017-07-18 11:23:46 +02:00
2017-07-06 09:17:49 +00:00
2017-08-04 11:19:32 +02:00
2017-03-10 20:40:59 +00:00
2017-06-02 18:12:13 +00:00
2017-07-31 09:36:25 +02:00
2017-05-17 15:21:51 +00:00
2017-08-04 11:19:32 +02:00
2016-12-07 12:10:56 +01:00
2016-01-08 01:31:57 +01:00
2017-01-27 11:19:37 +01:00
2017-08-04 11:19:32 +02:00
2017-07-06 09:17:49 +00:00
2017-07-31 09:36:25 +02:00
2017-07-20 12:01:05 +02:00
2017-07-13 22:14:41 +00:00
2017-07-20 12:01:05 +02:00
2017-07-11 08:23:26 +00:00
2017-01-03 12:32:51 +01:00
2017-08-04 11:19:32 +02:00
2017-07-06 09:17:49 +00:00
2017-06-27 09:58:19 +00:00
2017-03-17 11:23:48 +00:00
2017-07-06 09:17:49 +00:00
2017-07-31 09:36:25 +02:00
2016-10-26 13:18:52 -07:00
2017-04-18 17:24:46 +00:00
2017-08-10 12:21:42 +02: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
2017-07-31 09:36:25 +02:00
2017-07-31 09:36:25 +02:00
2017-07-31 09:36:25 +02:00
2017-07-31 09:36:25 +02:00
2017-07-31 09:36:25 +02:00
2017-07-31 09:36:25 +02:00
2017-07-27 14:45:28 -07:00
2017-08-01 12:27:29 +02:00
2017-01-23 15:22:39 +01:00
2017-04-17 16:49:26 -07:00
2017-01-27 11:19:37 +01:00
2017-06-15 09:05:45 +00:00
2017-07-31 09:36:25 +02:00