Andrey Semashev
b1da5c25b4
Fix compilation in case if key is void*
...
If key type is `void*`, wrong `operator()` is chosen because of the dummy argument that is used for SFINAE. As a result the key comparison adapter invokes the user's predicate with only one argument, which fails to compile.
Use a more distict type for SFINAE in the dummy arguments. Fixes ticket #12745 .
2017-01-14 15:33:01 +03:00
..
2017-01-14 15:33:01 +03:00
2016-09-01 00:59:18 +02:00
2016-09-01 00:59:18 +02:00
2016-09-03 16:43:49 +02:00
2016-08-31 23:42:14 +02:00
2016-09-03 16:43:49 +02:00
2016-09-01 00:59:18 +02:00
2016-09-03 16:43:49 +02:00
2016-08-31 23:42:14 +02:00
2016-09-03 13:28:44 +02:00
2016-07-31 22:47:48 +02:00
2016-07-31 22:47:48 +02:00
2015-02-01 23:15:14 +01:00
2016-07-31 22:47:48 +02:00
2015-10-17 00:13:38 +02:00
2016-07-31 22:47:48 +02:00
2015-01-10 12:49:46 +01:00
2016-09-01 00:59:18 +02:00
2016-07-02 22:34:41 +02:00
2016-11-13 00:16:10 +01:00
2016-07-04 22:11:52 +02:00
2015-02-01 23:15:14 +01:00
2015-12-24 10:29:09 +01:00
2015-12-24 10:29:09 +01:00
2015-02-01 23:15:14 +01:00
2015-12-24 10:29:09 +01:00
2016-09-03 00:01:55 +02:00
2016-08-31 23:42:14 +02:00
2016-09-03 16:43:49 +02:00
2016-09-01 00:59:18 +02:00
2016-09-03 16:43:49 +02:00
2016-09-03 16:43:49 +02:00
2016-08-31 23:42:14 +02:00
2016-09-03 16:43:49 +02:00
2016-09-01 00:59:18 +02:00
2016-07-02 23:10:03 +02:00
2016-09-03 16:43:49 +02:00
2016-08-31 23:42:14 +02:00
2016-09-03 16:43:49 +02:00
2016-08-31 23:42:14 +02:00
2016-09-03 16:43:49 +02:00
2016-09-03 16:43:49 +02:00
2015-12-24 10:29:09 +01:00
2016-09-01 00:59:18 +02:00
2016-11-12 19:02:46 +01:00